9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
error[E0431]: `self` import can only appear in an import list with a non-empty prefix
|
||
|
--> $DIR/E0431.rs:11:6
|
||
|
|
|
||
|
11 | use {self}; //~ ERROR E0431
|
||
|
| ^^^^ can only appear in an import list with a non-empty prefix
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|