rust-analyzer/crates/hir-def
bors d4da3f925c Auto merge of #17251 - roife:fix-issue-17057, r=Veykril
fix: resolve extern prelude for local mods in block modules

fix https://github.com/rust-lang/rust-analyzer/issues/17057, https://github.com/rust-lang/rust-analyzer/issues/17032.

We should use `ModuleOrigin` to check if the current module is a pseudo-module introduced by blocks (where names might be shadowed), rather than checking `block_def_map`.
2024-05-22 20:11:24 +00:00
..
src Auto merge of #17251 - roife:fix-issue-17057, r=Veykril 2024-05-22 20:11:24 +00:00
Cargo.toml Add in-rust-tree feature to hir-expand 2024-04-20 18:44:27 +03:00