blob: e6b74d262c340d4f04985e24d1206579378e8296 [file] [log] [blame]
error[E0599]: no method named `foo` found for type `()` in the current scope
--> $DIR/issue-33575.rs:2:18
|
LL | let baz = ().foo();
| ^^^ method not found in `()`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.