Skip to content

Commit 0faaa49

Browse files
Add test for compiler reexports removal
1 parent e3c3efe commit 0faaa49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)