Skip to content

Commit 4b53420

Browse files
AhmedSaid3617powerboat9
authored andcommitted
Added test case for global import all
gcc/testsuite/ChangeLog: * rust/compile/glob-import-all.rs: New test. Signed-off-by: AhmedSaid3617 <said.ahmed3617@gmail.com>
1 parent 835795b commit 4b53420

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// { dg-additional-options "-frust-edition=2015" }
2+
3+
#![feature(no_core)]
4+
#![no_core]
5+
6+
mod a {
7+
#[allow(unused)]
8+
use ::*;
9+
}

0 commit comments

Comments
 (0)