Skip to content

Commit 57e425a

Browse files
committed
Auto merge of #119889 - GuillaumeGomez:rollup-ah3dhya, r=GuillaumeGomez
Rollup of 6 pull requests Successful merges: - #119817 (Remove special-casing around `AliasKind::Opaque` when structurally resolving in new solver) - #119819 (Check rust lints when an unknown lint is detected) - #119872 (Give me a way to emit all the delayed bugs as errors (add `-Zeagerly-emit-delayed-bugs`)) - #119877 (Add more information to `visit_projection_elem`) - #119884 (Rename `--env` option flag to `--env-set`) - #119885 (Revert #113923) r? `@ghost` `@rustbot` modify labels: rollup
2 parents d40c44a + aba3edf commit 57e425a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/miri.rs

-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
165165
level: SymbolExportLevel::C,
166166
kind: SymbolExportKind::Text,
167167
used: false,
168-
used_compiler: false,
169168
},
170169
))
171170
}),

0 commit comments

Comments
 (0)