]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-47623.stderr
Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett
[rust.git] / src / test / ui / issues / issue-47623.stderr
1 error[E0429]: `self` imports are only allowed within a { } list
2   --> $DIR/issue-47623.rs:11:5
3    |
4 LL | use self; //~ERROR `self` imports are only allowed within a { } list
5    |     ^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0429`.