6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
error: the `Self` constructor can only be used with tuple or unit structs
|
|
--> $DIR/unsupported-self.rs:11:17
|
|
|
|
|
11 | let _ = Self;
|
|
| ^^^^
|