-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove comment referring to constness.rs #99241
Conversation
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @fee1-dead (or someone else) soon. Please see the contribution instructions for more information. |
I don't think referring to any file would work. AFAIK symbol.rs is sorted alphabetically, while this match expression is not sorted. So I believe this comment should just be removed, since there is no syncing of ordering of matches to be done. Thanks for catching it, by the way! If you have time would you mind implementing the suggested change? Or I could commit it for you if you want. |
This commit removes the comment in emulate_intrinsic, which is currently referring to 'src/librustc_middle/ty/constness.rs'.
45611ce
to
ed73037
Compare
LGTM, Thanks! @bors r+ rollup |
Rollup of 6 pull requests Successful merges: - rust-lang#99113 (Simplify [a]rc code a little) - rust-lang#99131 (Add label for generic arg (+ APIT) and RPIT callables in `label_fn_like`) - rust-lang#99237 (removed unused CSS and unused HTML IDs) - rust-lang#99239 (Add myself to the set of people notified when MIR changes.) - rust-lang#99241 (Remove comment referring to constness.rs) - rust-lang#99257 (Add regression test for rust-lang#89436) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit removes the comment in emulate_intrinsic, which is
currently referring to
src/librustc_middle/ty/constness.rs
.