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

librustc: Respect no_mangle attribute on statics. #8070

Closed
wants to merge 2 commits into from

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Jul 27, 2013

Fixes #5972.

@alexcrichton
Copy link
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