diff options
| author | bors <bors@rust-lang.org> | 2020-04-22 11:14:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-22 11:14:23 +0000 |
| commit | 00f677d8974b393ff32ca25bf916b6b9650c75b0 (patch) | |
| tree | dfb7add749b25b2d432a93586814b00a28c45cfb /src/librustc_error_codes/error_codes.rs | |
| parent | 4bfd62acb12a5e628d28950f9f94c3499216f10c (diff) | |
| parent | 01fdc885d6bd5ee9651fce930cc10d05dc274988 (diff) | |
| download | rust-00f677d8974b393ff32ca25bf916b6b9650c75b0.tar.gz rust-00f677d8974b393ff32ca25bf916b6b9650c75b0.zip | |
Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPC
Rollup of 6 pull requests Successful merges: - #70970 (Detect mistyped associated consts in `Instance::resolve`.) - #71203 (Correct await span for async-await error reporting) - #71214 (Add error code for inner doc error) - #71337 (Moving all rustdoc-ui tests to check-pass) - #71412 (Clarify unused_doc_comments note on macro invocations) - #71414 (More diagnostic items for Clippy usage) Failed merges: r? @ghost
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 |
