Update E0036 to new error format
This commit is contained in:
parent
d8239e3e59
commit
4d5e81d80d
2 changed files with 14 additions and 3 deletions
|
|
@ -20,4 +20,5 @@ fn main() {
|
|||
let x = Test;
|
||||
let v = &[0];
|
||||
x.method::<i32, i32>(v); //~ ERROR E0036
|
||||
//~| NOTE Passed 2 type arguments, expected 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue