about summary refs log tree commit diff
path: root/tests/ui/delegation/glob-traitless-qpath.stderr
blob: e3257de347a764576e9d8e3cc6adf09063bc8949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: qualified path without a trait in glob delegation
  --> $DIR/glob-traitless-qpath.rs:7:5
   |
LL |     reuse <u8>::*;
   |     ^^^^^^^^^^^^^^

error: qualified path without a trait in glob delegation
  --> $DIR/glob-traitless-qpath.rs:8:5
   |
LL |     reuse <()>::*;
   |     ^^^^^^^^^^^^^^

error: aborting due to 2 previous errors