about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorChris Stankus <cdstankus@gmail.com>2016-08-16 20:47:45 -0500
committerChris Stankus <cdstankus@gmail.com>2016-08-16 20:49:09 -0500
commitf0ff2d32c89c2bdec65f55c8a82eb92bd562d231 (patch)
treef1fc9231b3355977c1d531eea538a642e443ff48 /src/test
parent514d4cef24a3a463d7423bd75d17335547c6a99c (diff)
downloadrust-f0ff2d32c89c2bdec65f55c8a82eb92bd562d231.tar.gz
rust-f0ff2d32c89c2bdec65f55c8a82eb92bd562d231.zip
E0403 update error format
Diffstat (limited to 'src/test')
-rw-r--r--src/test/compile-fail/E0403.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/compile-fail/E0403.rs b/src/test/compile-fail/E0403.rs
index 6a68013dc6f..cd8532fc4c3 100644
--- a/src/test/compile-fail/E0403.rs
+++ b/src/test/compile-fail/E0403.rs
@@ -9,6 +9,8 @@
 // except according to those terms.
 
 fn foo<T, T>(s: T, u: T) {} //~ ERROR E0403
+                            //~| NOTE already used
+                            //~| NOTE first use of `T`
 
 fn main() {
 }