Add note test for E0132

This commit is contained in:
Guillaume Gomez 2016-08-03 23:13:48 +02:00
parent 9b690c94f0
commit 1607d5b437

View File

@ -12,6 +12,7 @@
#[start]
fn f<T>() {} //~ ERROR E0132
//~| NOTE start function cannot have type parameters
fn main() {
}