mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() Fixes #75982 The direct parent of a module may not be a module (e.g. `const _: () = { #[path = "foo.rs"] mod foo; };`). To find the parent of a module for purposes of resolution, we need to walk up the tree until we hit a module or a crate root. |
||
---|---|---|
.. | ||
codegen_fn_attrs.rs | ||
cstore.rs | ||
dependency_format.rs | ||
exported_symbols.rs | ||
lang_items.rs | ||
limits.rs | ||
mod.rs | ||
privacy.rs | ||
region.rs | ||
resolve_lifetime.rs | ||
stability.rs |