@@ -528,7 +528,7 @@ E0788: include_str!("./error_codes/E0788.md"),
528
528
// E0190, // deprecated: can only cast a &-pointer to an &-object
529
529
// E0194, // merged into E0403
530
530
// E0196, // cannot determine a type for this closure
531
- E0208 ,
531
+ E0208 , // internal error code
532
532
// E0209, // builtin traits can only be implemented on structs or enums
533
533
// E0213, // associated types are not accepted in this context
534
534
// E0215, // angle-bracket notation is not stable with `Fn`
@@ -633,14 +633,14 @@ E0788: include_str!("./error_codes/E0788.md"),
633
633
// E0629, // missing 'feature' (rustc_const_unstable)
634
634
// E0630, // rustc_const_unstable attribute must be paired with stable/unstable
635
635
// attribute
636
- E0640 , // infer outlives requirements
636
+ E0640 , // infer outlives requirements, internal error code
637
637
// E0645, // trait aliases not finished
638
638
// E0694, // an unknown tool name found in scoped attributes
639
639
// E0702, // replaced with a generic attribute input check
640
640
// E0707, // multiple elided lifetimes used in arguments of `async fn`
641
641
// E0709, // multiple different lifetimes used in arguments of `async fn`
642
- E0711 , // a feature has been declared with conflicting stability attributes
643
- E0717 , // rustc_promotable without stability attribute
642
+ E0711 , // a feature has been declared with conflicting stability attributes, internal error code
643
+ E0717 , // rustc_promotable without stability attribute, internal error code
644
644
// E0721, // `await` keyword
645
645
// E0723, // unstable feature in `const` context
646
646
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
0 commit comments