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
Also, there is a notice says "consider importing this function through its public re-export: use crate::my_add;" in the "Quick fix" option, but it will suggest you import crate_a::add instead of crate::my_add when clicked.
rust-analyzer version: v0.3.1916
rustc version: 1.76.0
editor or extension: VSCodium
relevant settings: None
code snippet to reproduce:
crate-a/lib.rs
crate-b/lib.rs
crate-b/some.rs
The text was updated successfully, but these errors were encountered: