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 1be86af commit d354555Copy full SHA for d354555
src/shims/unix/linux/eventfd.rs
@@ -177,9 +177,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
177
is_nonblock = true;
178
}
179
if flags != 0 {
180
- throw_unsup_format!(
181
- "eventfd: encountered unknown unsupported flags {:#x}"
182
- );
+ throw_unsup_format!("eventfd: encountered unknown unsupported flags {:#x}");
183
184
185
let fd = this.machine.fds.insert_fd(FileDescriptor::new(Event {
0 commit comments