4 lines
88 B
Rust
4 lines
88 B
Rust
fn main() {
|
|
let _ = String.new(); //~ ERROR expected value, found struct `String`
|
|
}
|