E0403 update error format

This commit is contained in:
Chris Stankus 2016-08-16 20:47:45 -05:00
parent 514d4cef24
commit f0ff2d32c8
2 changed files with 20 additions and 12 deletions

View file

@ -9,6 +9,8 @@
// except according to those terms.
fn foo<T, T>(s: T, u: T) {} //~ ERROR E0403
//~| NOTE already used
//~| NOTE first use of `T`
fn main() {
}