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.
rtassert!
assert!
1 parent 1d5a865 commit a2526b4Copy full SHA for a2526b4
library/std/src/sys/unix/process/process_unix.rs
@@ -67,7 +67,7 @@ impl Command {
67
// pipe I/O up to PIPE_BUF bytes should be atomic, and then
68
// we want to be sure we *don't* run at_exit destructors as
69
// we're being torn down regardless
70
- assert!(output.write(&bytes).is_ok());
+ rtassert!(output.write(&bytes).is_ok());
71
libc::_exit(1)
72
}
73
n => n,
0 commit comments