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
Concrete case: When importing the ensure macro from anyhow, the syntax highlighting of the ensure token at the use declaration will be that of a module instead of a macro.
A module ensure does exist in anyhow, but it's private and cannot be imported, so this should be unambiguous.
Concrete case: When importing the
ensure
macro from anyhow, the syntax highlighting of theensure
token at the use declaration will be that of a module instead of a macro.A module
ensure
does exist in anyhow, but it's private and cannot be imported, so this should be unambiguous.rust-analyzer version: 0.3.2345-standalone (b0632f7 2025-03-16)
rustc version: rustc 1.85.0 (4d91de4e4 2025-02-17)
editor or extension: VSCode, extension version 0.3.2345
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: