more backticks
This commit is contained in:
parent
f0541d5e94
commit
871ffd1c05
17 changed files with 35 additions and 35 deletions
|
@ -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`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue