]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-47623.stderr
Auto merge of #107197 - aliemjay:patch-2, r=jackh726
[rust.git] / tests / ui / imports / issue-47623.stderr
1 error[E0429]: `self` imports are only allowed within a { } list
2   --> $DIR/issue-47623.rs:1:5
3    |
4 LL | use self;
5    |     ^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0429`.