summaryrefslogtreecommitdiff
path: root/tests/ui/associated-inherent-types/normalization-overflow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-inherent-types/normalization-overflow.stderr')
-rw-r--r--tests/ui/associated-inherent-types/normalization-overflow.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/associated-inherent-types/normalization-overflow.stderr b/tests/ui/associated-inherent-types/normalization-overflow.stderr
new file mode 100644
index 00000000000..16bb64281e3
--- /dev/null
+++ b/tests/ui/associated-inherent-types/normalization-overflow.stderr
@@ -0,0 +1,8 @@
+error: overflow evaluating associated type `T::This`
+ --> $DIR/normalization-overflow.rs:9:17
+ |
+LL | type This = Self::This;
+ | ^^^^^^^^^^
+
+error: aborting due to previous error
+