diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-08-03 23:13:48 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-08-03 23:13:48 +0200 |
| commit | 1607d5b437d613908aee08cb9d2bc7330abf5b96 (patch) | |
| tree | 41ed491eb8317a544bdcffd0bd17375bd2001f7e | |
| parent | 9b690c94f042a49f5f06c417cb9c5ab401dd0be8 (diff) | |
| download | rust-1607d5b437d613908aee08cb9d2bc7330abf5b96.tar.gz rust-1607d5b437d613908aee08cb9d2bc7330abf5b96.zip | |
Add note test for E0132
| -rw-r--r-- | src/test/compile-fail/E0132.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/E0132.rs b/src/test/compile-fail/E0132.rs index ff19a577f90..1a33fb24ca1 100644 --- a/src/test/compile-fail/E0132.rs +++ b/src/test/compile-fail/E0132.rs @@ -12,6 +12,7 @@ #[start] fn f<T>() {} //~ ERROR E0132 + //~| NOTE start function cannot have type parameters fn main() { } |
