1 line
93 B
Rust
1 line
93 B
Rust
fn main() { -"foo".to_string(); } //~ ERROR cannot apply unary operator `-` to type `String`
|