We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fb463 commit 5356aa4Copy full SHA for 5356aa4
src/tools/miri/src/shims/intrinsics/mod.rs
@@ -44,7 +44,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
44
"the program aborted execution".to_owned()
45
))
46
}
47
- _ => {},
+ _ => {}
48
49
50
// All remaining supported intrinsics have a return place.
0 commit comments