@@ -487,9 +487,9 @@ E0785: include_str!("./error_codes/E0785.md"),
487
487
;
488
488
// E0006, // merged with E0005
489
489
// E0008, // cannot bind by-move into a pattern guard
490
- // E0019, merged into E0015
491
- // E0035, merged into E0087/E0089
492
- // E0036, merged into E0087/E0089
490
+ // E0019, // merged into E0015
491
+ // E0035, // merged into E0087/E0089
492
+ // E0036, // merged into E0087/E0089
493
493
// E0068,
494
494
// E0085,
495
495
// E0086,
@@ -504,8 +504,8 @@ E0785: include_str!("./error_codes/E0785.md"),
504
504
// E0134,
505
505
// E0135,
506
506
// E0141,
507
- // E0153, unused error code
508
- // E0157, unused error code
507
+ // E0153, // unused error code
508
+ // E0157, // unused error code
509
509
// E0159, // use of trait `{}` as struct constructor
510
510
// E0163, // merged into E0071
511
511
// E0167,
@@ -573,24 +573,24 @@ E0785: include_str!("./error_codes/E0785.md"),
573
573
// between structures with the same definition
574
574
// E0385, // {} in an aliasable location
575
575
// E0402, // cannot use an outer type parameter in this context
576
- // E0406, merged into 420
577
- // E0410, merged into 408
578
- // E0413, merged into 530
579
- // E0414, merged into 530
580
- // E0417, merged into 532
581
- // E0418, merged into 532
582
- // E0419, merged into 531
583
- // E0420, merged into 532
584
- // E0421, merged into 531
585
- // E0427, merged into 530
576
+ // E0406, // merged into 420
577
+ // E0410, // merged into 408
578
+ // E0413, // merged into 530
579
+ // E0414, // merged into 530
580
+ // E0417, // merged into 532
581
+ // E0418, // merged into 532
582
+ // E0419, // merged into 531
583
+ // E0420, // merged into 532
584
+ // E0421, // merged into 531
585
+ // E0427, // merged into 530
586
586
// E0456, // plugin `..` is not available for triple `..`
587
587
E0457 , // plugin `..` only found in rlib format, but must be available...
588
588
E0460 , // found possibly newer version of crate `..`
589
589
E0461 , // couldn't find crate `..` with expected target triple ..
590
590
E0462 , // found staticlib `..` instead of rlib or dylib
591
591
E0465 , // multiple .. candidates for `..` found
592
- // E0467, removed
593
- // E0470, removed
592
+ // E0467, // removed
593
+ // E0470, // removed
594
594
// E0471, // constant evaluation error (in pattern)
595
595
E0472 , // llvm_asm! is unsupported on this target
596
596
// E0473, // dereference of reference outside its lifetime
@@ -610,8 +610,7 @@ E0785: include_str!("./error_codes/E0785.md"),
610
610
E0490 , // a value of type `..` is borrowed for too long
611
611
E0514 , // metadata version mismatch
612
612
E0519 , // local crate and dependency have same (crate-name, disambiguator)
613
- // two dependencies have same (crate-name, disambiguator) but different SVH
614
- E0523 ,
613
+ E0523 , // two dependencies have same (crate-name, disambiguator) but different SVH
615
614
// E0526, // shuffle indices are not constant
616
615
// E0540, // multiple rustc_deprecated attributes
617
616
// E0548, // replaced with a generic attribute input check
@@ -638,7 +637,7 @@ E0785: include_str!("./error_codes/E0785.md"),
638
637
E0711 , // a feature has been declared with conflicting stability attributes
639
638
E0717 , // rustc_promotable without stability attribute
640
639
// E0721, // `await` keyword
641
- // E0723, unstable feature in `const` context
640
+ // E0723, // unstable feature in `const` context
642
641
E0726 , // non-explicit (not `'_`) elided lifetime in unsupported position
643
642
// E0738, // Removed; errored on `#[track_caller] fn`s in `extern "Rust" { ... }`.
644
643
E0772 , // `'static' obligation coming from `impl dyn Trait {}` or `impl Foo for dyn Bar {}`.
0 commit comments