diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2020-06-29 11:14:42 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2020-07-22 12:25:54 -0700 |
| commit | 7bf39fa9d965535f815326e3f1c48799b8077ea6 (patch) | |
| tree | bf62c5f11658dbc1103062ba5743befbea524a27 /src/librustc_error_codes/error_codes.rs | |
| parent | 6bac3dbfc2c34ce1337bc6cdde36aaeb3b6deba5 (diff) | |
| download | rust-7bf39fa9d965535f815326e3f1c48799b8077ea6.tar.gz rust-7bf39fa9d965535f815326e3f1c48799b8077ea6.zip | |
Further tweak wording of E0759 and introduce E0767
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 279c65ce03d..7c762a3415e 100644 --- a/src/librustc_error_codes/error_codes.rs +++ b/src/librustc_error_codes/error_codes.rs @@ -633,4 +633,5 @@ E0771: include_str!("./error_codes/E0771.md"), E0755, // `#[ffi_pure]` is only allowed on foreign functions E0756, // `#[ffi_const]` is only allowed on foreign functions E0757, // `#[ffi_const]` functions cannot be `#[ffi_pure]` + E0767, // `'static' obligation coming from `impl dyn Trait {}` or `impl Foo for dyn Bar {}`. } |
