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 5e98cd9 commit 36d75d6Copy full SHA for 36d75d6
src/test/run-pass/lib-option.rs
@@ -0,0 +1,6 @@
1
+// xfail-stage0
2
+use std;
3
+
4
+fn main() {
5
+ auto x = std.option.some[int](10);
6
+}
0 commit comments