summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/feature-gate-dyn_star.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/dyn-star/feature-gate-dyn_star.stderr')
-rw-r--r--tests/ui/dyn-star/feature-gate-dyn_star.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/dyn-star/feature-gate-dyn_star.stderr b/tests/ui/dyn-star/feature-gate-dyn_star.stderr
index c3449b627..342e71c3a 100644
--- a/tests/ui/dyn-star/feature-gate-dyn_star.stderr
+++ b/tests/ui/dyn-star/feature-gate-dyn_star.stderr
@@ -1,8 +1,8 @@
-error[E0658]: dyn* trait objects are unstable
+error[E0658]: `dyn*` trait objects are experimental
--> $DIR/feature-gate-dyn_star.rs:5:31
|
LL | pub fn dyn_star_parameter(_: &dyn* Send) {
- | ^^^^^^^^^
+ | ^^^^
|
= note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
= help: add `#![feature(dyn_star)]` to the crate attributes to enable