Improve a TAIT error and add an error code plus documentation

This commit is contained in:
Oli Scherer
2023-01-16 15:15:09 +00:00
parent 41edaac716
commit 6b69b5e460
21 changed files with 147 additions and 84 deletions

View File

@@ -508,6 +508,7 @@ E0787: include_str!("./error_codes/E0787.md"),
E0788: include_str!("./error_codes/E0788.md"),
E0790: include_str!("./error_codes/E0790.md"),
E0791: include_str!("./error_codes/E0791.md"),
E0792: include_str!("./error_codes/E0792.md"),
;
// E0006, // merged with E0005
// E0008, // cannot bind by-move into a pattern guard