Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RA fails to compute stack size of HashMap / HashSet #15829

Closed
jplatte opened this issue Nov 3, 2023 · 2 comments
Closed

RA fails to compute stack size of HashMap / HashSet #15829

jplatte opened this issue Nov 3, 2023 · 2 comments
Labels
A-layout Memory layout of types C-bug Category: bug

Comments

@jplatte
Copy link
Contributor

jplatte commented Nov 3, 2023

When hovering over a field or type name, I usually get size and align information in VSCode. However, this doesn't work for HashMap or types that contain a HashMap field.

rust-analyzer version: 0.4.1718-standalone
rustc version: 1.74.0-beta.1 (b5c050feb 2023-10-03)

@jplatte jplatte added the C-bug Category: bug label Nov 3, 2023
@lnicola lnicola added the A-layout Memory layout of types label Nov 3, 2023
@lnicola
Copy link
Member

lnicola commented Nov 3, 2023

This is probably #7637.

@jplatte
Copy link
Contributor Author

jplatte commented Nov 3, 2023

Ah, dang. Sounds complicated 😕

@Veykril Veykril closed this as completed Nov 10, 2023
@Veykril Veykril closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-layout Memory layout of types C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

3 participants