Files
rust/src/test/ui/rfc-2632-const-trait-impl/specializing-constness.stderr

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

9 lines
190 B
Plaintext
Raw Normal View History

2022-09-24 20:15:19 +00:00
error: cannot specialize on trait `Default`
--> $DIR/specializing-constness.rs:20:9
|
LL | impl<T: Default + Sup> A for T {
| ^^^^^^^
error: aborting due to previous error