E0403 update error format
This commit is contained in:
parent
514d4cef24
commit
f0ff2d32c8
2 changed files with 20 additions and 12 deletions
|
|
@ -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() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue