about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0719.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0719.rs')
-rw-r--r--tests/ui/error-codes/E0719.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/error-codes/E0719.rs b/tests/ui/error-codes/E0719.rs
index 0ea6d19000b..d7b4b876d1b 100644
--- a/tests/ui/error-codes/E0719.rs
+++ b/tests/ui/error-codes/E0719.rs
@@ -1,8 +1,3 @@
-trait Foo: Iterator<Item = i32, Item = i32> {}
-//~^ ERROR is already specified
-//~| ERROR is already specified
-//~| ERROR is already specified
-
 type Unit = ();
 
 fn test() -> Box<dyn Iterator<Item = (), Item = Unit>> {