Skip to content

Commit

Permalink
comment out record of now-unused error code E0563
Browse files Browse the repository at this point in the history
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!`.
  • Loading branch information
zackmdavis committed Aug 7, 2017
1 parent 86b7546 commit 75b7a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,7 @@ register_diagnostics! {
// between structures with the same definition
E0521, // redundant default implementations of trait
E0533, // `{}` does not name a unit variant, unit struct or a constant
E0563, // cannot determine a type for this `impl Trait`: {}
// E0563, // cannot determine a type for this `impl Trait`: {} // removed in 6383de15
E0564, // only named lifetimes are allowed in `impl Trait`,
// but `{}` was found in the type `{}`
E0567, // auto traits can not have type parameters
Expand Down

0 comments on commit 75b7a6f

Please sign in to comment.