diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-28 15:21:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-28 15:21:57 +0100 |
| commit | 1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e (patch) | |
| tree | 50053c59733380d866fe646832a14a2eb0f3b5e0 /src/librustc_error_codes/error_codes.rs | |
| parent | b9d5ee567652cd342d9348c215009049551747b0 (diff) | |
| parent | c09b5a3ed37a229408831f9b00f0d53ef6d8b938 (diff) | |
| download | rust-1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e.tar.gz rust-1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e.zip | |
Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPC
Add long error explanation for E0703 Add long explanation for the E0703 error code Part of #61137 r? @GuillaumeGomez
Diffstat (limited to 'src/librustc_error_codes/error_codes.rs')
| -rw-r--r-- | src/librustc_error_codes/error_codes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes.rs b/src/librustc_error_codes/error_codes.rs index fe68e9eacbf..2f0a3fc1d1c 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -389,6 +389,7 @@ E0698: include_str!("./error_codes/E0698.md"), E0699: include_str!("./error_codes/E0699.md"), E0700: include_str!("./error_codes/E0700.md"), E0701: include_str!("./error_codes/E0701.md"), +E0703: include_str!("./error_codes/E0703.md"), E0704: include_str!("./error_codes/E0704.md"), E0705: include_str!("./error_codes/E0705.md"), E0706: include_str!("./error_codes/E0706.md"), @@ -603,7 +604,6 @@ E0751: include_str!("./error_codes/E0751.md"), // E0694, // an unknown tool name found in scoped attributes E0696, // `continue` pointing to a labeled block // E0702, // replaced with a generic attribute input check - E0703, // invalid ABI // E0707, // multiple elided lifetimes used in arguments of `async fn` E0708, // `async` non-`move` closures with parameters are not currently // supported |
