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 f71cdbb commit e8175a4Copy full SHA for e8175a4
src/tools/miri/src/shims/unix/linux/epoll.rs
@@ -528,7 +528,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
528
let this = self.eval_context_mut();
529
530
let Some(epfd) = weak_epfd.upgrade() else {
531
- throw_unsup_format!("epoll FD {epfd_value} is closed while blocking.")
+ throw_unsup_format!("epoll FD {epfd_value} got closed while blocking.")
532
};
533
534
let epoll_file_description = epfd
0 commit comments