3 lines
86 B
Rust
3 lines
86 B
Rust
// error-pattern:cannot apply unary operator `-` to type `str`
|
|
|
|
fn main() { -"foo"; }
|