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