Sign in
fuchsia
/
third_party
/
rust
/
780f95dd182b1a432159430add57e9ab7cb45dd6
/
.
/
tests
/
ui
/
minus-string.rs
blob: b83347b937edfb91fe4066ba29868800798d4947 [
file
] [
log
] [
blame
]
fn
main
()
{
-
"foo"
.
to_string
();
}
//~ ERROR cannot apply unary operator `-` to type `String`