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