2018-02-07 21:35:35 -06:00
|
|
|
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
|
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0431"
|