We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe53cac commit 94f67e6Copy full SHA for 94f67e6
src/test/ui/rfc-2632-const-trait-impl/specializing-constness.stderr
@@ -4,7 +4,7 @@ error: cannot specialize on const impl with non-const impl
4
LL | impl<T: Default + Sup> A for T {
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7
-error: missing `~const` qualifier
+error: missing `~const` qualifier for specialization
8
--> $DIR/specializing-constness.rs:20:9
9
|
10
0 commit comments