Closed
Description
use std::rt::{};
should warn that std::rt
is unstable, but it doesn't.
mod m {
mod n {}
}
use m::n::{};
should be caught by privacy checker, but it isn't.
See #28364 (comment) for some details.
Metadata
Metadata
Assignees
Labels
No labels