summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/negative-bounds/supertrait.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/negative-bounds/supertrait.stderr')
-rw-r--r--tests/ui/traits/negative-bounds/supertrait.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui/traits/negative-bounds/supertrait.stderr b/tests/ui/traits/negative-bounds/supertrait.stderr
new file mode 100644
index 000000000..f44753b62
--- /dev/null
+++ b/tests/ui/traits/negative-bounds/supertrait.stderr
@@ -0,0 +1,10 @@
+warning: the feature `negative_bounds` is incomplete and may not be safe to use and/or cause compiler crashes
+ --> $DIR/supertrait.rs:3:12
+ |
+LL | #![feature(negative_bounds)]
+ | ^^^^^^^^^^^^^^^
+ |
+ = note: `#[warn(incomplete_features)]` on by default
+
+warning: 1 warning emitted
+