-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'0 implementations' on type nested in fn #3739
Labels
S-actionable
Someone could pick this issue up and work on it right now
Comments
Might be a duplicate of #1559. |
Blocked on #1559. |
#1559 has been fixed. Can someone confirm if this issue still exists? |
lnicola
pushed a commit
to lnicola/rust-analyzer
that referenced
this issue
Jul 16, 2024
Implement support for multiple TLS destructors on macOS I want to get rid of [this `#[cfg]` block](https://github.com/rust-lang/rust/blob/98dcbae5c9ac615d5acfbf42d42b19a77cb9ec11/library/std/src/thread/mod.rs#L195-L211) in `std`, but it is currently required for miri, as it does not support multiple macOS TLS destructors. This is not true for the platform itself, however, as can be observed in the [implementation](https://github.com/apple-oss-distributions/dyld/blob/d552c40cd1de105f0ec95008e0e0c0972de43456/dyld/DyldRuntimeState.cpp#L2239).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following:
which shows '1 implementation' on
Foo
but '0 implementations' onBar
. I'm using version 0.2.100 as listed in VSCode.The text was updated successfully, but these errors were encountered: