mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() Remove CrateNum parameter for queries that only work on local crate The pervasive `CrateNum` parameter is a remnant of the multi-crate rustc idea. Using `()` as query key in those cases avoids having to worry about the validity of the query key. |
||
---|---|---|
.. | ||
create_scope_map.rs | ||
doc.md | ||
gdb.rs | ||
metadata.rs | ||
mod.rs | ||
namespace.rs | ||
utils.rs |