Skip to content

Commit 75b7a6f

Browse files
committed
comment out record of now-unused error code E0563
The sole appearance of this code was deleted in 6383de1; the existing practice in these cases seems to be to comment out its mention in `register_diagnostics!`.
1 parent 86b7546 commit 75b7a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4709,7 +4709,7 @@ register_diagnostics! {
47094709
// between structures with the same definition
47104710
E0521, // redundant default implementations of trait
47114711
E0533, // `{}` does not name a unit variant, unit struct or a constant
4712-
E0563, // cannot determine a type for this `impl Trait`: {}
4712+
// E0563, // cannot determine a type for this `impl Trait`: {} // removed in 6383de15
47134713
E0564, // only named lifetimes are allowed in `impl Trait`,
47144714
// but `{}` was found in the type `{}`
47154715
E0567, // auto traits can not have type parameters

0 commit comments

Comments
 (0)