Skip to content

Do not uppercase-lint #[no_mangle] statics - #49856

Merged
bors merged 1 commit into
rust-lang:masterfrom
varkor:no_mangle-statics-unlinted
Apr 12, 2018
Merged

Do not uppercase-lint #[no_mangle] statics#49856
bors merged 1 commit into
rust-lang:masterfrom
varkor:no_mangle-statics-unlinted

Conversation

@varkor

Copy link
Copy Markdown
Contributor

The reasoning being that #[no_mangle] expresses enough intention that there's likely a good reason for the name.

Fixes#36258.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @michaelwoerister

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 10, 2018
@michaelwoerister

Copy link
Copy Markdown
Member

Make sense. Thanks, @varkor!

@bors r+

@bors

bors commented Apr 11, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 6e0089e has been approved by michaelwoerister

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 11, 2018
@emilyalbini

Copy link
Copy Markdown
Member

@bors rollup

@kennytmkennytm mentioned this pull request Apr 11, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Apr 11, 2018
…r=michaelwoerister
Do not uppercase-lint #[no_mangle] statics
The reasoning being that `#[no_mangle]` expresses enough intention that there's likely a good reason for the name.
Fixesrust-lang#36258.
bors added a commit that referenced this pull request Apr 11, 2018
Rollup of 14 pull requests
Successful merges:
- #49525 (Use sort_by_cached_key where appropriate)
- #49575 (Stabilize `Option::filter`.)
- #49614 (in which the non-shorthand patterns lint keeps its own counsel in macros)
- #49665 (Small nits to make couple of tests pass on mips targets.)
- #49781 (add regression test for #16223 (NLL): use of collaterally moved value)
- #49795 (Properly look for uninhabitedness of variants in niche-filling check)
- #49809 (Stop emitting color codes on TERM=dumb)
- #49856 (Do not uppercase-lint #[no_mangle] statics)
- #49863 (fixed typo)
- #49857 (Fix "fp" target feature for AArch64)
- #49849 (Add --enable-debug flag to musl CI build script)
- #49734 (proc_macro: Generalize `FromIterator` impl)
- #49730 (Fix ICE with impl Trait)
- #48270 (Replace `structurally_resolved_type` in casts check.)
Failed merges:
@bors
bors merged commit 6e0089e into rust-lang:masterApr 12, 2018
@varkor
varkor deleted the no_mangle-statics-unlinted branch April 12, 2018 00:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@varkor@rust-highfive@michaelwoerister@bors@emilyalbini