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 17c6eae commit 43c51e9Copy full SHA for 43c51e9
src/tools/miri/tests/fail/shims/callconv_mismatch.rs
@@ -7,5 +7,4 @@ fn main() {
7
let mut fds = [-1, -1];
8
let res = unsafe { pipe(fds.as_mut_ptr()) };
9
//~^ ERROR: calling a function with calling convention C using caller calling convention Rust
10
- assert_eq!(res, 0);
11
}
0 commit comments