E0131 updated to new format
This commit is contained in:
parent
444ff9fbfb
commit
5e06da29a7
2 changed files with 12 additions and 6 deletions
|
|
@ -8,5 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
fn main<T>() { //~ ERROR E0131
|
||||
fn main<T>() {
|
||||
//~^ ERROR E0131
|
||||
//~| NOTE main cannot have type parameters
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue