-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rollup of 4 pull requests #124388
Rollup of 4 pull requests #124388
Conversation
Tracking issue rust-lang#99262
Stablise io_error_downcast Tracking issue rust-lang#99262 Closes rust-lang#99262 FCP completed in rust-lang#99262 (comment)
Keep the LIB env var in the compiler-builtins test The `tests/run-make/compiler-builtins` test was failing for me with Visual Studio 2022, complaining that it couldn't find `kernel32.lib`. For whatever reason, with VS 2022 we need to keep the `LIB` environment variable when invoking Cargo so that the linker can find the Windows SDK libs.
…lookup-behavior, r=lcnr Remove special-casing for `SimplifiedType` for next solver It's unnecessary due to the way that we fully normalize the self type before assembly begins. r? lcnr
…lcnr Renamed `DerivedObligation` to `WellFormedDeriveObligation` It's used when computing `WellFormed` obligations, so let's give it a less ambiguous name.
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 3a36386dc1 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e59f2c5): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 671.645s -> 670.868s (-0.12%) |
Successful merges:
SimplifiedType
for next solver #124379 (Remove special-casing forSimplifiedType
for next solver)DerivedObligation
toWellFormedDeriveObligation
#124381 (RenamedDerivedObligation
toWellFormedDeriveObligation
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup