Skip to content

Commit 3c065b8

Browse files
committed
---
yaml --- r: 3979 b: refs/heads/master c: b78eee8 h: refs/heads/master i: 3977: dd01d6a 3975: a6e94f9 v: v3
1 parent 469642c commit 3c065b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: cc7ae32ba1e3ef966cdf11c8d5a28c208215a1ea
2+
refs/heads/master: b78eee873209de3933e3e30c541a6a7350b3da36

trunk/src/test/compile-fail/native-type-mismatch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ use std;
33

44
fn main() {
55
let std::os::libc::FILE f = std::io::rustrt::rust_get_stdin();
6-
std::os::libc::opendir(f);
6+
std::os::libc::fopen(f, f);
77
}

0 commit comments

Comments
 (0)