Skip to content

Commit f400dc4

Browse files
committed
---
yaml --- r: 3576 b: refs/heads/master c: c59ebf0 h: refs/heads/master v: v3
1 parent 917e879 commit f400dc4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 04acba7968e13c51b0ce2125e7fc749b4851ed9c
2+
refs/heads/master: c59ebf0f018b748011fc9b23ce0bab3dcfcfe733
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// error-pattern:expected native but found native
2+
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);
7+
}

0 commit comments

Comments
 (0)