We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
#![crate_type="lib"] pub use a::Child; mod a { pub trait Parent {} pub trait Child: Parent {} }
Looks like this wasn't covered by #17401, but this seems wrong as part of RFC 48.