diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-22 16:41:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 16:41:12 +0200 |
| commit | 7939a4d728aff0bca3cd75515fc60f537e5d9ec6 (patch) | |
| tree | 9eb710491eb180de40a71d145998ba99a4288a09 /src/librustc_error_codes/error_codes.rs | |
| parent | 221f677d70809bef43e22b689e41de88b31080f4 (diff) | |
| parent | e5b68bc7193889a5df85ea4ffba84ce20c1f0471 (diff) | |
| download | rust-7939a4d728aff0bca3cd75515fc60f537e5d9ec6.tar.gz rust-7939a4d728aff0bca3cd75515fc60f537e5d9ec6.zip | |
Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez
Added detailed error code explanation for issue E0696 in Rust compiler. Added proper error explanation for issue E0696 in the Rust compiler. Error Code E0696 Sub Part of Issue #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 9f4b5fd85fd..bf4a6c52ab8 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -386,6 +386,7 @@ E0691: include_str!("./error_codes/E0691.md"), E0692: include_str!("./error_codes/E0692.md"), E0693: include_str!("./error_codes/E0693.md"), E0695: include_str!("./error_codes/E0695.md"), +E0696: include_str!("./error_codes/E0696.md"), E0697: include_str!("./error_codes/E0697.md"), E0698: include_str!("./error_codes/E0698.md"), E0699: include_str!("./error_codes/E0699.md"), @@ -604,7 +605,6 @@ E0753: include_str!("./error_codes/E0753.md"), E0687, // in-band lifetimes cannot be used in `fn`/`Fn` syntax E0688, // in-band lifetimes cannot be mixed with explicit lifetime binders // E0694, // an unknown tool name found in scoped attributes - E0696, // `continue` pointing to a labeled block // E0702, // replaced with a generic attribute input check // E0707, // multiple elided lifetimes used in arguments of `async fn` // E0709, // multiple different lifetimes used in arguments of `async fn` |
