Uh oh!
There was an error while loading. Please reload this page.
crates that provide a panic_handler are exempt from the unused_extern_crates lint - #54007
Conversation
…crates` fixes the *first* false positive reported in rust-lang#53964
rust-highfive
commented
Sep 6, 2018
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
cramertj
commented
Sep 6, 2018
Seems reasonable to me! @bors r+ |
bors
commented
Sep 6, 2018
📌 Commit 9b764c3 has been approved by |
rust-highfive
commented
Sep 6, 2018
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 |
japaric
commented
Sep 6, 2018
bors r=cramertj |
japaric
commented
Sep 6, 2018
@bors r=cramertj |
bors
commented
Sep 6, 2018
📌 Commit 6c4f3f5 has been approved by |
crates that provide a `panic_handler` are exempt from the `unused_extern_crates` lint fixes the *first* false positive reported in rust-lang#53964
Rollup of 11 pull requests Successful merges: - #51366 (stabilize #[panic_handler]) - #53162 (rustdoc: collect trait impls as an early pass) - #53932 ([NLL] Remove base_place) - #53942 (Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.) - #53973 (Have rust-lldb look for the rust-enabled lldb) - #53981 (Implement initializer() for FileDesc) - #53987 (rustbuild: allow configuring llvm version suffix) - #53993 (rustc_resolve: don't record uniform_paths canaries as reexports.) - #54007 (crates that provide a `panic_handler` are exempt from the `unused_extern_crates` lint) - #54040 (update books for next release) - #54050 (Update `petgraph` dependency to 0.4.13 to fix build with nightly) Failed merges: r? @ghost
crates that provide a `panic_handler` are exempt from the `unused_extern_crates` lint fixes the *first* false positive reported in rust-lang#53964
Rollup of 10 pull requests Successful merges: - #53315 (use `NonZeroU32` in `newtype_index!`macro, change syntax) - #53932 ([NLL] Remove base_place) - #53942 (Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.) - #53973 (Have rust-lldb look for the rust-enabled lldb) - #53981 (Implement initializer() for FileDesc) - #53987 (rustbuild: allow configuring llvm version suffix) - #53993 (rustc_resolve: don't record uniform_paths canaries as reexports.) - #54007 (crates that provide a `panic_handler` are exempt from the `unused_extern_crates` lint) - #54040 (update books for next release) - #54050 (Update `petgraph` dependency to 0.4.13 to fix build with nightly)
bors
commented
Sep 8, 2018
☔ The latest upstream changes (presumably #54051) made this pull request unmergeable. Please resolve the merge conflicts. |
fixes the first false positive reported in #53964