about summary refs log tree commit diff
path: root/tests/ui/parser/impls-nested-within-fns-semantic-1.rs
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2024-06-21 12:22:29 +0000
committerDeadbeef <ent3rm4n@gmail.com>2024-06-22 14:11:11 +0000
commit81da6a6d400ee333b397d47abe33da64d959e0e5 (patch)
tree67b8324fa2c7589bb82120b6e1cbbd1a03777f03 /tests/ui/parser/impls-nested-within-fns-semantic-1.rs
parenta6a83d3d4ed4666ccc5cff4043e2ce89279ad6a4 (diff)
downloadrust-81da6a6d400ee333b397d47abe33da64d959e0e5.tar.gz
rust-81da6a6d400ee333b397d47abe33da64d959e0e5.zip
Make `effects` an incomplete feature
Diffstat (limited to 'tests/ui/parser/impls-nested-within-fns-semantic-1.rs')
-rw-r--r--tests/ui/parser/impls-nested-within-fns-semantic-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/impls-nested-within-fns-semantic-1.rs b/tests/ui/parser/impls-nested-within-fns-semantic-1.rs
index 43530e41a66..0e95fc757f3 100644
--- a/tests/ui/parser/impls-nested-within-fns-semantic-1.rs
+++ b/tests/ui/parser/impls-nested-within-fns-semantic-1.rs
@@ -1,7 +1,7 @@
 // Regression test for part of issue #119924.
 //@ check-pass
 
-#![feature(const_trait_impl, effects)]
+#![feature(const_trait_impl, effects)] //~ WARN the feature `effects` is incomplete
 
 #[const_trait]
 trait Trait {