1
Fork 0
rust/compiler/rustc_resolve
Nicholas Nethercote 3f32a321bc Use Option<Symbol> in ModuleKind::Def.
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.
2025-03-25 16:14:27 +11:00
..
src Use Option<Symbol> in ModuleKind::Def. 2025-03-25 16:14:27 +11:00
Cargo.toml Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
messages.ftl Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00