blob: 07d024160bb337afca01c96dde527327adafadd8 [file] [log] [blame]
error: #[project] attribute may not be used on renamed imports
--> $DIR/use.rs:12:16
|
12 | use crate::A as B; //~ ERROR #[project] attribute may not be used on renamed imports
| ^^^^^^
error: #[project] attribute may not be used on glob imports
--> $DIR/use.rs:14:16
|
14 | use crate::*; //~ ERROR #[project] attribute may not be used on glob imports
| ^