We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351d782 commit be31f20Copy full SHA for be31f20
1 file changed
src/tools/miri/src/eval.rs
@@ -441,6 +441,7 @@ pub fn eval_entry<'tcx>(
441
let res = match res {
442
Err(res) => res,
443
// `Ok` can never happen
444
+ #[cfg(bootstrap)]
445
Ok(never) => match never {},
446
};
447
0 commit comments