rust/src/test/ui/keyword/keyword-self-as-identifier.stderr

11 lines
415 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0531]: cannot find unit struct/variant or constant `Self` in this scope
--> $DIR/keyword-self-as-identifier.rs:12:9
|
LL | let Self = 22; //~ ERROR cannot find unit struct/variant or constant `Self` in this scope
| ^^^^ not found in this scope
2018-11-29 20:57:30 -06:00
error: aborting due to 1 previous error
2018-08-08 07:28:26 -05:00
2018-09-05 21:46:55 -05:00
Some errors occurred: E0531, E0658.
For more information about an error, try `rustc --explain E0531`.