Skip to content

Commit ac73b19

Browse files
Rollup merge of #98011 - onlineSoftwareDevOK:long-error-explanation-e0208, r=GuillaumeGomez
Add documentation for error E0208 Related to #61137
2 parents 5dccf4e + 99672fb commit ac73b19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compiler/rustc_error_codes/src/error_codes.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ E0788: include_str!("./error_codes/E0788.md"),
528528
// E0190, // deprecated: can only cast a &-pointer to an &-object
529529
// E0194, // merged into E0403
530530
// E0196, // cannot determine a type for this closure
531-
E0208,
531+
E0208, // internal error code
532532
// E0209, // builtin traits can only be implemented on structs or enums
533533
// E0213, // associated types are not accepted in this context
534534
// E0215, // angle-bracket notation is not stable with `Fn`
@@ -633,14 +633,14 @@ E0788: include_str!("./error_codes/E0788.md"),
633633
// E0629, // missing 'feature' (rustc_const_unstable)
634634
// E0630, // rustc_const_unstable attribute must be paired with stable/unstable
635635
// attribute
636-
E0640, // infer outlives requirements
636+
E0640, // infer outlives requirements, internal error code
637637
// E0645, // trait aliases not finished
638638
// E0694, // an unknown tool name found in scoped attributes
639639
// E0702, // replaced with a generic attribute input check
640640
// E0707, // multiple elided lifetimes used in arguments of `async fn`
641641
// 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
644644
// E0721, // `await` keyword
645645
// E0723, // unstable feature in `const` context
646646
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.

0 commit comments

Comments
 (0)