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