diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-22 12:18:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 12:18:34 +0200 |
| commit | 372d37b106f4385e28eeeffb60bdfc666ef9f59d (patch) | |
| tree | 8416ff6e34f75d26d5a99780fcf855a84dd88c86 /src/librustc_error_codes/error_codes.rs | |
| parent | 7b1ce6e98ddb97bc70281a6dbaf3c9b2c938917a (diff) | |
| parent | 038f5b74336f310f495af0c15e4a2b4d0750cfee (diff) | |
| download | rust-372d37b106f4385e28eeeffb60bdfc666ef9f59d.tar.gz rust-372d37b106f4385e28eeeffb60bdfc666ef9f59d.zip | |
Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dylan-DPC
Add error code for inner doc error r? @Dylan-DPC cc @oli-obk
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
| -rw-r--r-- | src/librustc_error_codes/error_codes.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs index bc04809eaa1..9f4b5fd85fd 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -432,6 +432,7 @@ E0749: include_str!("./error_codes/E0749.md"), E0750: include_str!("./error_codes/E0750.md"), E0751: include_str!("./error_codes/E0751.md"), E0752: include_str!("./error_codes/E0752.md"), +E0753: include_str!("./error_codes/E0753.md"), ; // E0006, // merged with E0005 // E0008, // cannot bind by-move into a pattern guard |
