about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-08-03 23:13:48 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2016-08-03 23:13:48 +0200
commit1607d5b437d613908aee08cb9d2bc7330abf5b96 (patch)
tree41ed491eb8317a544bdcffd0bd17375bd2001f7e
parent9b690c94f042a49f5f06c417cb9c5ab401dd0be8 (diff)
downloadrust-1607d5b437d613908aee08cb9d2bc7330abf5b96.tar.gz
rust-1607d5b437d613908aee08cb9d2bc7330abf5b96.zip
Add note test for E0132
-rw-r--r--src/test/compile-fail/E0132.rs1
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() {
 }