about summary refs log tree commit diff
path: root/src/test/ui/minus-string.rs
blob: 946c587ce43b45331ec13daab0ef29493d8e2d4e (plain)
1
2
3
// error-pattern:cannot apply unary operator `-` to type `std::string::String`

fn main() { -"foo".to_string(); }