Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport stability isn't checked. #18517

Closed
sfackler opened this issue Nov 1, 2014 · 1 comment
Closed

Reexport stability isn't checked. #18517

sfackler opened this issue Nov 1, 2014 · 1 comment
Labels
A-lint Area: Lints (warnings about flaws in source code) such as unused_mut.

Comments

@sfackler
Copy link
Member

sfackler commented Nov 1, 2014

This compiles without error:

#![deny(deprecated)]

#[deprecated]
pub use Foo as Bar;

pub struct Foo;

fn main() {
    Bar;
}
@sfackler sfackler added the A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. label Nov 1, 2014
@sfackler
Copy link
Member Author

sfackler commented Nov 1, 2014

Dup of #15702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lint Area: Lints (warnings about flaws in source code) such as unused_mut.
Projects
None yet
Development

No branches or pull requests

1 participant