]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0429.stderr
New upstream version 1.25.0+dfsg1
[rustc.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 11 | use std::fmt::self; //~ ERROR E0429
5 | ^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8