1
Fork 0
rust/tests/ui/rfcs/rfc-2632-const-trait-impl/const-trait-bounds-trait-objects.stderr
2023-12-27 12:51:32 +01:00

8 lines
230 B
Text

error: const trait bounds are not allowed in trait object types
--> $DIR/const-trait-bounds-trait-objects.rs:8:17
|
LL | let _: &dyn const Trait;
| ^^^^^^^^^^^
error: aborting due to 1 previous error