diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-07 00:06:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 00:06:08 +0200 |
| commit | f44f0279fa46ca1b4e71c9b15791377fda93c655 (patch) | |
| tree | fd750426fdb9a3e4e9ee22a6e14bab65bcd9ea43 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp | |
| parent | 44479d1b35d2a518b7336230b214300cb781331b (diff) | |
| parent | 8a7520995ce4111559fee04f28985454cb753496 (diff) | |
| download | rust-f44f0279fa46ca1b4e71c9b15791377fda93c655.tar.gz rust-f44f0279fa46ca1b4e71c9b15791377fda93c655.zip | |
Rollup merge of #114558 - Enselic:lifetime-diagnostic-fixed, r=cjgillot
Remove FIXME about NLL diagnostic that is already improved
The FIXME was added in #46984 when the diagnostic message looked like this:
// FIXME(#46983): error message should be better
&s.0 //~ ERROR free region `` does not outlive free region `'static`
The message was improved in #90667 and now looks like this:
&s.0 //~ ERROR lifetime may not live long enough
but the FIXME was not removed. The issue #46983 about that diagnostics should be improved has been closed. We can remove the FIXME now.
(This PR was made for #44366.)
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
