@@ -513,7 +513,9 @@ E0790: include_str!("./error_codes/E0790.md"),
513
513
E0791 : include_str!( "./error_codes/E0791.md" ) ,
514
514
E0792 : include_str!( "./error_codes/E0792.md" ) ,
515
515
E0793 : include_str!( "./error_codes/E0793.md" ) ,
516
- ;
516
+ }
517
+
518
+ // Undocumented removed error codes. Note that many removed error codes are documented.
517
519
// E0006, // merged with E0005
518
520
// E0008, // cannot bind by-move into a pattern guard
519
521
// E0019, // merged into E0015
@@ -570,7 +572,7 @@ E0793: include_str!("./error_codes/E0793.md"),
570
572
// E0246, // invalid recursive type
571
573
// E0247,
572
574
// E0248, // value used as a type, now reported earlier during resolution
573
- // as E0412
575
+ // // as E0412
574
576
// E0249,
575
577
// E0257,
576
578
// E0258,
@@ -631,14 +633,14 @@ E0793: include_str!("./error_codes/E0793.md"),
631
633
// E0558, // replaced with a generic attribute input check
632
634
// E0563, // cannot determine a type for this `impl Trait` removed in 6383de15
633
635
// E0564, // only named lifetimes are allowed in `impl Trait`,
634
- // but `{}` was found in the type `{}`
636
+ // // but `{}` was found in the type `{}`
635
637
// E0598, // lifetime of {} is too short to guarantee its contents can be...
636
638
// E0611, // merged into E0616
637
639
// E0612, // merged into E0609
638
640
// E0613, // Removed (merged with E0609)
639
641
// E0629, // missing 'feature' (rustc_const_unstable)
640
642
// E0630, // rustc_const_unstable attribute must be paired with stable/unstable
641
- // attribute
643
+ // // attribute
642
644
// E0645, // trait aliases not finished
643
645
// E0694, // an unknown tool name found in scoped attributes
644
646
// E0702, // replaced with a generic attribute input check
@@ -647,4 +649,3 @@ E0793: include_str!("./error_codes/E0793.md"),
647
649
// E0721, // `await` keyword
648
650
// E0723, // unstable feature in `const` context
649
651
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
650
- }
0 commit comments