Skip to content

Commit 2ade443

Browse files
Restore test
1 parent c244c41 commit 2ade443

File tree

1 file changed

+3
-0
lines changed
  • src/test/run-pass/rfcs/rfc-2126-extern-absolute-paths

1 file changed

+3
-0
lines changed

src/test/run-pass/rfcs/rfc-2126-extern-absolute-paths/basic.rs

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
// compile-flags:--extern xcrate
55
// edition:2018
66

7+
#![allow(unused_imports)]
8+
79
use xcrate::Z;
810

911
fn f() {
12+
use xcrate;
1013
use xcrate as ycrate;
1114
let s = xcrate::S;
1215
assert_eq!(format!("{:?}", s), "S");

0 commit comments

Comments
 (0)