1
Fork 0

more backticks

This commit is contained in:
kud1ing 2014-01-12 10:35:10 +01:00
parent f0541d5e94
commit 871ffd1c05
17 changed files with 35 additions and 35 deletions

View file

@ -13,5 +13,5 @@ struct Foo;
fn main() {
let mut a = Foo;
let ref b = Foo;
a += *b; //~ Error: binary assignment operation += cannot be applied to type `Foo`
a += *b; //~ Error: binary assignment operation `+=` cannot be applied to type `Foo`
}