5 lines
173 B
Text
5 lines
173 B
Text
error: the `Self` constructor can only be used with tuple or unit structs
|
|
--> tests/ui/unsupported-self.rs:11:17
|
|
|
|
|
11 | let _ = Self;
|
|
| ^^^^
|