Skip to content

Commit 94f67e6

Browse files
committed
Oops, bless this test.
1 parent fe53cac commit 94f67e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: cannot specialize on const impl with non-const impl
44
LL | impl<T: Default + Sup> A for T {
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

7-
error: missing `~const` qualifier
7+
error: missing `~const` qualifier for specialization
88
--> $DIR/specializing-constness.rs:20:9
99
|
1010
LL | impl<T: Default + Sup> A for T {

0 commit comments

Comments
 (0)