blob: 1c8d959d60d68acf7395084ea06a9e8b7db81777 [file] [log] [blame]
error[E0423]: expected value, found struct `String`
--> $DIR/issue-22692.rs:2:13
|
LL | let _ = String.new(); //~ ERROR expected value, found struct `String`
| ^^^^^^----
| |
| help: use `::` to access an associated function: `String::new`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0423`.