about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/osstring-to-string.js
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2023-08-06 21:04:39 +0200
committerMartin Nordholts <enselic@gmail.com>2023-08-06 21:20:15 +0200
commit8a7520995ce4111559fee04f28985454cb753496 (patch)
treeba8afc35d94bc7fdb78a09de1dd300881fbb4002 /tests/rustdoc-js-std/osstring-to-string.js
parent11467b1c2a56bd2fd8272a7413190c814cfcba1f (diff)
downloadrust-8a7520995ce4111559fee04f28985454cb753496.tar.gz
rust-8a7520995ce4111559fee04f28985454cb753496.zip
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.
Diffstat (limited to 'tests/rustdoc-js-std/osstring-to-string.js')
0 files changed, 0 insertions, 0 deletions