We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469642c commit 3c065b8Copy full SHA for 3c065b8
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: cc7ae32ba1e3ef966cdf11c8d5a28c208215a1ea
+refs/heads/master: b78eee873209de3933e3e30c541a6a7350b3da36
trunk/src/test/compile-fail/native-type-mismatch.rs
@@ -3,5 +3,5 @@ use std;
3
4
fn main() {
5
let std::os::libc::FILE f = std::io::rustrt::rust_get_stdin();
6
- std::os::libc::opendir(f);
+ std::os::libc::fopen(f, f);
7
}
0 commit comments