Skip to content

Don't warn on use of a deprecated item in a deprecated item #9057

Closed
@emberian

Description

@emberian

For example:

#[deprecated]
fn foo() { }

#[deprecated]
fn bar() { foo() }

Should not be a warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions