-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Hide compiler_builtins
in the prelude
#113557
Conversation
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
I'd suggest to not generate an This also needs a crater run, just in case. |
6555667
to
2eec117
Compare
This comment has been minimized.
This comment has been minimized.
This is an alternative to rust-lang#113557 which removes `compiler_builtins` from the prelude and injects it during crate resolution instead. Fixes rust-lang#113533
Could you add a FIXME saying that #113634 is preferable, but we cannot do it right now due to issues? |
This will need a crater run after CI is green. |
This crate is a private implementation detail. We only need to insert it into the crate graph for linking and should not expose any of its public API. Fixes rust-lang#113533
2eec117
to
07f855d
Compare
@bors try |
⌛ Trying commit 07f855d with merge d9354925cd91f64ab927cdf338a7fe5ee98a62cd... |
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Crater failures are all due to running out of disk space. |
All the regressions are spurious. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (4a07b2b): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 657.74s -> 658.073s (0.05%) |
This crate is a private implementation detail. We only need to insert it into the crate graph for linking and should not expose any of its public API.
Fixes #113533