We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub use m::A; mod m { use super::*; pub struct A; //pub struct A { // a: bool //} }
The code compile with first definition of A, but not the second.
This may be related to #26873.