Update E0036 to new error format

This commit is contained in:
Guillaume Gomez 2016-09-30 21:44:55 +02:00
parent d8239e3e59
commit 4d5e81d80d
2 changed files with 14 additions and 3 deletions

View file

@ -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
}