about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-07 00:06:08 +0200
committerGitHub <noreply@github.com>2023-08-07 00:06:08 +0200
commitf44f0279fa46ca1b4e71c9b15791377fda93c655 (patch)
treefd750426fdb9a3e4e9ee22a6e14bab65bcd9ea43 /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parent44479d1b35d2a518b7336230b214300cb781331b (diff)
parent8a7520995ce4111559fee04f28985454cb753496 (diff)
downloadrust-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