mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:16:52 +00:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
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
|
|
|