You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a multiple import fails, the error message does not specify which ident was not found. The squiggly arrow seems to always point to the beginning of the thing being imported, whether or not that was the unresolved part.
…lfJung
Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2
The instrinsic is compiled to a `pause` instruction, which behaves like a no-op when SSE2 is not available.
https://www.felixcloutier.com/x86/pause.html
When a multiple import fails, the error message does not specify which ident was not found. The squiggly arrow seems to always point to the beginning of the thing being imported, whether or not that was the unresolved part.
Examples (from rust-http-client)
Multi-line multiple import: (no line at all!)
Single-line multiple import: (points to
std::
)Single-line single import: (points to
std::
)The text was updated successfully, but these errors were encountered: