Uh oh!
There was an error while loading. Please reload this page.
Fix incremental compilation of cdylib emitting spurious unused_attributes lint - #60823
Conversation
rust-highfive
commented
May 14, 2019
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 14, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
michaelwoerister
commented
May 20, 2019
@bors r+ |
bors
commented
May 20, 2019
📌 Commit e92d13e has been approved by |
oli-obk
commented
May 20, 2019
@bors p=1 (trying to get it in before the beta cut, otherwise we'll have to backport) |
bors
commented
May 20, 2019
⌛ Testing commit e92d13e with merge 20892369e6cbf642f91e889c7dfb1b16ce537ae4... |
bors
commented
May 20, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
May 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
oli-obk
commented
May 20, 2019
@bors retry |
…chaelwoerister Fix incremental compilation of cdylib emitting spurious unused_attributes lint fixesrust-lang#60050
Rollup of 11 pull requests Successful merges: - #60383 (Fix position source code files toggle) - #60453 (Fall back to `/dev/urandom` on `EPERM` for `getrandom`) - #60487 (Fix search sidebar width when no crate select is present) - #60511 (Fix intra-doc link resolution failure on re-exporting libstd) - #60823 (Fix incremental compilation of cdylib emitting spurious unused_attributes lint) - #60915 (stable hashing: Remove unused field and add documentation.) - #60942 (Misc changes to rustc_metadata) - #60952 (Document BinaryHeap time complexity) - #60959 (rustc: Improve type size assertions) - #60972 (remove confusing remarks about mixed volatile and non-volatile accesses) - #60983 (Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind) Failed merges: r? @ghost
fixes#60050