We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952066f commit 6f3ad27Copy full SHA for 6f3ad27
benches/helpers/miri_helper.rs
@@ -20,8 +20,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls<'_> {
20
compiler.session().abort_if_errors();
21
22
queries.global_ctxt().unwrap().peek_mut().enter(|tcx| {
23
- let (entry_def_id, _) =
24
- tcx.entry_fn(()).expect("no main or start function found");
+ let (entry_def_id, _) = tcx.entry_fn(()).expect("no main or start function found");
25
26
self.bencher.iter(|| {
27
let config = miri::MiriConfig::default();
0 commit comments