mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:26:55 +00:00
This way, `None` represents "crate root without a name" instead of `kw::Empty`. This changes makes it impossible to forget to handle the exceptional case.