-
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
Restrict access to crate_name. #85904
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
(rust-highfive has picked a reviewer for you, use r? to override) |
Let's be prudent this time. |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit cbf6f172c71d2ca2c7cdfa8e5272af5de30692fc with merge 53fe24fd477615be78e790a70d2e82762858aa69... |
☀️ Try build successful - checks-actions |
Queued 53fe24fd477615be78e790a70d2e82762858aa69 with parent 7f9ab03, future comparison URL. |
r=me assuming perf is good. |
Finished benchmarking try commit (53fe24fd477615be78e790a70d2e82762858aa69): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
@bors r+ |
📌 Commit cbf6f172c71d2ca2c7cdfa8e5272af5de30692fc has been approved by |
⌛ Testing commit cbf6f172c71d2ca2c7cdfa8e5272af5de30692fc with merge f47a5e529b0c4e3f751b401a9f14664963167db6... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Also remove original_crate_name, which had the exact same implementation
@bors r+ |
📌 Commit 0e71283 has been approved by |
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@dbe459d. Direct link to PR: <rust-lang/rust#85904> 💔 miri on windows: test-pass → build-fail (cc @eddyb @RalfJung @oli-obk). 💔 miri on linux: test-pass → build-fail (cc @eddyb @RalfJung @oli-obk).
`original_crate_name` -> `crate_name` `original_crate_name` was removed in rust-lang/rust#85904, and according to that PR, it "had the exact same implementation" as `crate_name`. cc rust-lang/rust#85946
Also remove original_crate_name, which had the exact same implementation.
Part of #85153