]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/issue-47623.stderr
Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its_the_onl...
[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`.