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 917e879 commit f400dc4Copy full SHA for f400dc4
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 04acba7968e13c51b0ce2125e7fc749b4851ed9c
+refs/heads/master: c59ebf0f018b748011fc9b23ce0bab3dcfcfe733
trunk/src/test/compile-fail/native-type-mismatch.rs
@@ -0,0 +1,7 @@
+// error-pattern:expected native but found native
+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