// error-pattern:applying unary minus to non-numeric type `str` fn main() { -"foo"; }