Skip to content

unused_extern_crates false positives #42591

Closed
@ishitatsuyuki

Description

@ishitatsuyuki
Contributor

List of crates that can suffer from the link-only false positives:

  • compiler_builtins
  • panic runtimes

Allocators used to, but not after redesign.

Activity

added
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.
on Jun 23, 2017
changed the title [-]unused_extern_crates false positive: alloc_system[/-] [+]unused_extern_crates false positives[/+] on Jun 23, 2017

4 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.C-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Mark-Simulacrum@ishitatsuyuki

      Issue actions

        unused_extern_crates false positives · Issue #42591 · rust-lang/rust