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 eff5d63 commit 6b76683Copy full SHA for 6b76683
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