diff options
| author | Michael Goulet <michael@errs.io> | 2023-09-08 03:00:59 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-09-08 03:45:36 +0000 |
| commit | e4af4e50831a23485e3e05646097bea26ff97a79 (patch) | |
| tree | cf264546b23f4a6666789c93566e87756bfe8ba3 /compiler/rustc_error_codes/src | |
| parent | f06b7c59a383d51eee35470fd9cd1e0e545b5a5e (diff) | |
| download | rust-e4af4e50831a23485e3e05646097bea26ff97a79.tar.gz rust-e4af4e50831a23485e3e05646097bea26ff97a79.zip | |
Stabilize impl_trait_projections
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0760.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0760.md b/compiler/rustc_error_codes/src/error_codes/E0760.md index 85e5faada22..9c4739f0df0 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0760.md +++ b/compiler/rustc_error_codes/src/error_codes/E0760.md @@ -5,7 +5,7 @@ or `Self` that references lifetimes from a parent scope. Erroneous code example: -```compile_fail,edition2018 +```ignore,edition2018 struct S<'a>(&'a i32); impl<'a> S<'a> { |
