10 lines
306 B
Plaintext
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"
|