Plans for development of key crates supporting standard library and/or compiler. #27
Description
Hello, personally i feel there's less than necessary planning going on for development and maintenance of key crates supporting the standard library and/or compilers.
Let me take a specific example: in RFC2457's tracking issue, 55467, it is very clear from the RFC text that the work is blocked on the existence of a crate implementing Unicode TR39 funcionalities. Only when such a crate come into shape will the lint implementation work move on. However, whoever has the time needed to implement these lints is very unlikely to implement that crate as preparation work. Even if they did, that crate will be a crate supporting rustc, so rust-lang team might want to take some moderation on the maintenance of the crate.
Under a condition like this, i fear that the work might be blocked indefinitely. I think there could be some planning beforehand, to make sure work like this will finally get accomplished.