@@ -513,7 +513,9 @@ E0790: include_str!("./error_codes/E0790.md"),
513513E0791 : include_str!( "./error_codes/E0791.md" ) ,
514514E0792 : include_str!( "./error_codes/E0792.md" ) ,
515515E0793 : include_str!( "./error_codes/E0793.md" ) ,
516- ;
516+ }
517+
518+ // Undocumented removed error codes. Note that many removed error codes are documented.
517519// E0006, // merged with E0005
518520// E0008, // cannot bind by-move into a pattern guard
519521// E0019, // merged into E0015
@@ -570,7 +572,7 @@ E0793: include_str!("./error_codes/E0793.md"),
570572// E0246, // invalid recursive type
571573// E0247,
572574// E0248, // value used as a type, now reported earlier during resolution
573- // as E0412
575+ // // as E0412
574576// E0249,
575577// E0257,
576578// E0258,
@@ -631,14 +633,14 @@ E0793: include_str!("./error_codes/E0793.md"),
631633// E0558, // replaced with a generic attribute input check
632634// E0563, // cannot determine a type for this `impl Trait` removed in 6383de15
633635// E0564, // only named lifetimes are allowed in `impl Trait`,
634- // but `{}` was found in the type `{}`
636+ // // but `{}` was found in the type `{}`
635637// E0598, // lifetime of {} is too short to guarantee its contents can be...
636638// E0611, // merged into E0616
637639// E0612, // merged into E0609
638640// E0613, // Removed (merged with E0609)
639641// E0629, // missing 'feature' (rustc_const_unstable)
640642// E0630, // rustc_const_unstable attribute must be paired with stable/unstable
641- // attribute
643+ // // attribute
642644// E0645, // trait aliases not finished
643645// E0694, // an unknown tool name found in scoped attributes
644646// E0702, // replaced with a generic attribute input check
@@ -647,4 +649,3 @@ E0793: include_str!("./error_codes/E0793.md"),
647649// E0721, // `await` keyword
648650// E0723, // unstable feature in `const` context
649651// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
650- }
0 commit comments