Update tests
This commit is contained in:
parent
2060d49c39
commit
fa72a81bea
2648 changed files with 6703 additions and 6703 deletions
|
@ -4,7 +4,7 @@ error[E0050]: method `foo` has 2 parameters but the declaration in trait `Foo::f
|
|||
LL | fn foo(&mut self, x: i32, y: i32) -> i32;
|
||||
| ------------------------- trait requires 3 parameters
|
||||
...
|
||||
LL | / &mut self, //~ ERROR
|
||||
LL | / &mut self,
|
||||
LL | | x: i32,
|
||||
| |______________^ expected 3 parameters, found 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue