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
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
0.3.2146-standalone
rustc version: (eg. output of rustc -V)
rustc 1.84.0-nightly (3ed6e3cc6 2024-10-17)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode
relevant settings: (eg. client settings, or environment variables like CARGO, RUSTC, RUSTUP_HOME or CARGO_HOME)
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
0.3.2146-standalone
rustc version: (eg. output of
rustc -V
)rustc 1.84.0-nightly (3ed6e3cc6 2024-10-17)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
VSCode
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)code snippet to reproduce:
This code is from libcosmic.
My current import is:
When I import stmg from libcosmic, let's say mouse_arena, this is what imported:
Notice the
tooltip::{self, Position}
. This cause this error:error[E0423]: expected function, found module
tooltip``The text was updated successfully, but these errors were encountered: