We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c3efe commit 0faaa49Copy full SHA for 0faaa49
src/test/rustdoc/no-compiler-reexport.rs
@@ -0,0 +1,7 @@
1
+// compile-flags: --no-defaults
2
+
3
+#![crate_name = "foo"]
4
5
+// @has 'foo/index.html' '//code' 'extern crate std;'
6
+// @!has 'foo/index.html' '//code' 'use std::prelude::v1::*;'
7
+pub struct Foo;
0 commit comments