mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
warning: unreachable `pub` item
|
|
--> $DIR/issue-103317.rs:7:5
|
|
|
|
|
LL | pub enum T {
|
|
| ---^^^^^^^
|
|
| |
|
|
| help: consider restricting its visibility: `pub(crate)`
|
|
|
|
|
= help: or consider exporting it for use by other crates
|
|
note: the lint level is defined here
|
|
--> $DIR/issue-103317.rs:4:8
|
|
|
|
|
LL | #[warn(unreachable_pub)]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|