about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr')
-rw-r--r--tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr b/tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr
deleted file mode 100644
index a9759f10d06..00000000000
--- a/tests/ui/traits/const-traits/tilde-const-in-struct-args.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-warning: the feature `effects` is incomplete and may not be safe to use and/or cause compiler crashes
-  --> $DIR/tilde-const-in-struct-args.rs:5:30
-   |
-LL | #![feature(const_trait_impl, effects)]
-   |                              ^^^^^^^
-   |
-   = note: see issue #102090 <https://github.com/rust-lang/rust/issues/102090> for more information
-   = note: `#[warn(incomplete_features)]` on by default
-
-warning: 1 warning emitted
-