mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
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
|
|
|