rust/src/test/ui/issue-47623.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

10 lines
306 B
Plaintext

error[E0429]: `self` imports are only allowed within a { } list
--> $DIR/issue-47623.rs:11:5
|
LL | use self; //~ERROR `self` imports are only allowed within a { } list
| ^^^^
error: aborting due to previous error
If you want more information on this error, try using "rustc --explain E0429"