about summary refs log tree commit diff
path: root/src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/traits/traits-inductive-overflow-two-traits.stderr')
-rw-r--r--src/test/ui/traits/traits-inductive-overflow-two-traits.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/traits/traits-inductive-overflow-two-traits.stderr b/src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
index cee9aa348c3..61adbf00f71 100644
--- a/src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
+++ b/src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
@@ -1,7 +1,7 @@
 error[E0275]: overflow evaluating the requirement `*mut (): Magic`
   --> $DIR/traits-inductive-overflow-two-traits.rs:19:5
    |
-LL |     wizard::<*mut ()>(); //~ ERROR E0275
+LL |     wizard::<*mut ()>();
    |     ^^^^^^^^^^^^^^^^^
    |
 note: required by `wizard`