summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/const-and-static.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/dyn-star/const-and-static.stderr')
-rw-r--r--tests/ui/dyn-star/const-and-static.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/dyn-star/const-and-static.stderr b/tests/ui/dyn-star/const-and-static.stderr
new file mode 100644
index 000000000..df8f42fb0
--- /dev/null
+++ b/tests/ui/dyn-star/const-and-static.stderr
@@ -0,0 +1,11 @@
+warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
+ --> $DIR/const-and-static.rs:3:12
+ |
+LL | #![feature(dyn_star)]
+ | ^^^^^^^^
+ |
+ = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
+ = note: `#[warn(incomplete_features)]` on by default
+
+warning: 1 warning emitted
+