We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a2f01 commit 22be982Copy full SHA for 22be982
src/test/compile-fail/use-meta-mismatch.rs
@@ -0,0 +1,5 @@
1
+// error-pattern:can't find crate for 'std'
2
+
3
+use std (complex(meta(item)));
4
5
+fn main() {}
0 commit comments