Skip to content

Commit

Permalink
Add note test for E0132
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 3, 2016
1 parent 9b690c9 commit 1607d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/E0132.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#[start]
fn f<T>() {} //~ ERROR E0132
//~| NOTE start function cannot have type parameters

fn main() {
}

0 comments on commit 1607d5b

Please sign in to comment.