Skip to content

librustc: Respect no_mangle attribute on statics. - #8070

Closed
luqmana wants to merge 2 commits into
rust-lang:masterfrom
luqmana:nom
Closed

librustc: Respect no_mangle attribute on statics.#8070
luqmana wants to merge 2 commits into
rust-lang:masterfrom
luqmana:nom

Conversation

@luqmana

@luqmana luqmana commented Jul 27, 2013

Copy link
Copy Markdown
Contributor

Fixes #5972.

@alexcrichton

Copy link
Copy Markdown
Member

Could this be unified with the symbol generation of functions to not duplicate code?

bors added a commit that referenced this pull request Jul 27, 2013
@bors bors closed this Jul 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 14, 2022
…les, r=camsteffen

Improve styles of filtering options for Clippy's lint list

Partially solves rust-lang#7958

Updated styles for filtering options. It now uses dropdown menus.

![image](https://user-images.githubusercontent.com/19844144/144608479-cdd9de0b-f101-4d49-a135-0969efb01a11.png)

changelog: none
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.

The #[no_mangle] attribute does not work on static data.

3 participants