Uh oh!
There was an error while loading. Please reload this page.
Fix inaccurate function name in rustc_const_eval docs - #95281
Merged
Conversation
Dylan-DPC
commented
Mar 25, 2022
Member
r? @Dylan-DPC |
Dylan-DPC
commented
Mar 25, 2022
Member
@bors r+ rollup |
1 similar comment
Dylan-DPC
commented
Mar 25, 2022
Member
@bors r+ rollup |
Dylan-DPC
commented
Mar 25, 2022
Member
@bors r+ rollup |
1 similar comment
Dylan-DPC
commented
Mar 26, 2022
Member
@bors r+ rollup |
bors
commented
Mar 26, 2022
Collaborator
📌 Commit 32b2a19 has been approved by |
Dylan-DPC added a commit
to Dylan-DPC/rust
that referenced
this pull request
Mar 26, 2022
Fix inaccurate function name in `rustc_const_eval` docs Looks to me like this fixesrust-lang#85513. I had trouble making a intra-docs link to `eval_place_to_op` work, though...
Dylan-DPC added a commit
to Dylan-DPC/rust
that referenced
this pull request
Mar 26, 2022
Fix inaccurate function name in `rustc_const_eval` docs Looks to me like this fixesrust-lang#85513. I had trouble making a intra-docs link to `eval_place_to_op` work, though...
bors
commented
Mar 26, 2022
Collaborator
⌛ Testing commit 32b2a19 with merge 9fc29dd0768f3840f670bd323f94648cbc9ea279... |
bors
commented
Mar 26, 2022
Collaborator
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
JohnCSimon
commented
Apr 24, 2022
ping from triage: |
bors
commented
Apr 28, 2022
Collaborator
☔ The latest upstream changes (presumably #95976) made this pull request unmergeable. Please resolve the merge conflicts. |
pierwill
commented
May 6, 2022
ContributorAuthor
@rustbot ready |
apiraino
commented
May 11, 2022
Contributor
@JohnCSimon is further review neeeded or will this be automatically merged? another |
Dylan-DPC
commented
May 11, 2022
Member
@bors r+ rollup |
bors
commented
May 11, 2022
Collaborator
📌 Commit f1f0734 has been approved by |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 11, 2022
Rollup of 4 pull requests Successful merges: - rust-lang#91518 (Add readable rustdoc display for RISC-V target) - rust-lang#95281 (Fix inaccurate function name in `rustc_const_eval` docs) - rust-lang#96898 (logging: add env var to control verbose scope entry/exit logging) - rust-lang#96936 (:arrow_up: rust-analyzer) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks to me like this fixes#85513. I had trouble making a intra-docs link to
eval_place_to_opwork, though...