rust/src/test/ui/error-codes/E0431.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

9 lines
330 B
Text

error[E0431]: `self` import can only appear in an import list with a non-empty prefix
--> $DIR/E0431.rs:11:6
|
LL | use {self}; //~ ERROR E0431
| ^^^^ can only appear in an import list with a non-empty prefix
error: aborting due to previous error
For more information about this error, try `rustc --explain E0431`.