rust/tests/ui/rfcs/rfc-2632-const-trait-impl/specialization/const-default-bound-non-const-specialized-bound.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
403 B
Plaintext
Raw Normal View History

2022-11-10 12:56:09 -06:00
error: missing `~const` qualifier for specialization
2023-07-27 10:51:02 -05:00
--> $DIR/const-default-bound-non-const-specialized-bound.rs:33:8
|
2023-07-27 10:51:02 -05:00
LL | T: Foo, //FIXME ~ ERROR missing `~const` qualifier
| ^^^
2023-07-27 10:51:02 -05:00
error: missing `~const` qualifier for specialization
--> $DIR/const-default-bound-non-const-specialized-bound.rs:53:8
|
2023-07-27 10:51:02 -05:00
LL | T: Foo,
| ^^^
error: aborting due to 2 previous errors