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
cant see implementation:
most function do the same thing on self.base, which has an {unknown} type in rust-analyzer, so cant Ctrl+click on them (go to definition)
but i think this code should exist to be able to compile programs that use HashMap, is making rust analyzer aware of where this code is a fix to this?
The text was updated successfully, but these errors were encountered:
rust-analyzer version: 0.4.1810-standalone
rustc version: rustc 1.75.0 (82e1608df 2023-12-21)
relevant settings: None
size doesnt show:

expected (like Vec):
actual:

cant see implementation:

most function do the same thing on self.base, which has an
{unknown}
type in rust-analyzer, so cant Ctrl+click on them (go to definition)but i think this code should exist to be able to compile programs that use HashMap, is making rust analyzer aware of where this code is a fix to this?
The text was updated successfully, but these errors were encountered: