3 lines
86 B
Rust
3 lines
86 B
Rust
// error-pattern:applying unary minus to non-numeric type istr
|
|
|
|
fn main() { -"foo"; }
|