-
Notifications
You must be signed in to change notification settings - Fork 14k
Retain ParamEnv constness when running deferred cast checks #103683
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
Retain ParamEnv constness when running deferred cast checks #103683
Conversation
|
r? @estebank (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
3a0b9b0 to
6000491
Compare
This comment has been minimized.
This comment has been minimized.
6000491 to
a990b4c
Compare
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
|
r? @oli-obk |
|
@bors r+ p=1 (prioritizing, as it could make the beta cut and avoid a beta backport) |
|
@bors p=10 |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (9565dfe): 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. CyclesThis benchmark run did not return any relevant results for this metric. |
…dead Fix deferred cast checks using the wrong body for determining constness re-introduces rust-lang#103683 it was lost in rust-lang@4fec845 deferred checks possibly have more such issues, needs investigation. r? `@fee1-dead`
Fixes #103677.