blob: 098ef8d82a04f7f1e8b23ddfbccf59bd3972ab8b (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0531]: cannot find unit struct, unit variant or constant `Self` in this scope
--> $DIR/keyword-self-as-identifier.rs:2:9
|
LL | let Self = 22;
| ^^^^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0531`.
|