Fallout in tests: largely changes to error messages.
This commit is contained in:
parent
c92bdcb232
commit
e2b2a53d70
15 changed files with 37 additions and 51 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 types `Foo` and `Foo`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue