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

rust-intrinsics are not shown in prefix importing completions #18689

Closed
Veykril opened this issue Dec 14, 2024 · 0 comments · Fixed by #18699
Closed

rust-intrinsics are not shown in prefix importing completions #18689

Veykril opened this issue Dec 14, 2024 · 0 comments · Fixed by #18699
Assignees
Labels
A-completion autocompletion C-bug Category: bug

Comments

@Veykril
Copy link
Member

Veykril commented Dec 14, 2024

mem::trans$0

does not show a completion for transmute (or any other mem rust-instrinic) that imports std::mem, it does show transmute_copy though (which notably is not an intrinsic)

@Veykril Veykril added A-completion autocompletion C-bug Category: bug labels Dec 14, 2024
@Veykril Veykril changed the title std::mem::transmute is not shown in prefix importing completions rust-intrinsics are not shown in prefix importing completions Dec 14, 2024
@Veykril Veykril self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-completion autocompletion C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant