mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
283053a742
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |