aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/project/use.stderr
blob: daddb16db35bca1312b1e89959a7868c72ac57a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: #[project] attribute may not be used on renamed imports
  --> $DIR/use.rs:14:16
   |
14 |     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:16:16
   |
16 |     use crate::*; //~ ERROR #[project] attribute may not be used on glob imports
   |                ^