We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b690c9 commit 1607d5bCopy full SHA for 1607d5b
src/test/compile-fail/E0132.rs
@@ -12,6 +12,7 @@
12
13
#[start]
14
fn f<T>() {} //~ ERROR E0132
15
+ //~| NOTE start function cannot have type parameters
16
17
fn main() {
18
}
0 commit comments