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

mk: build jemalloc with -g #14238

Closed
wants to merge 1 commit into from
Closed

mk: build jemalloc with -g #14238

wants to merge 1 commit into from

Conversation

emberian
Copy link
Member

Fixes #14144

@emberian emberian closed this May 15, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Mar 13, 2023
…cal-crates, r=Veykril

feat: allow `generate_function` to generate in different local crate

Closes rust-lang#14224

This PR allows `generate_function` assist to generate in crates other than the current one. I took a step further from the original request and made it allow to generate in any local crates since it looked reasonable and IDE layer doesn't really know about packages.

(actually we have been checking which crate we're generating in only for methods and not for freestanding functions, so we were providing the assist for `std::foo$0()`; it's both feature and fix in a sense)

The first commit is a drive-by fix unrelated to the feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows binary includes lots of C header metadata
1 participant