rust/crates/ra_ide
bors[bot] cdcb3d3833
Merge #2667
2667: Visibility r=matklad a=flodiebold

This adds the infrastructure for handling visibility (for fields and methods, not in name resolution) in the HIR and code model, and as a first application hides struct fields from completions if they're not visible from the current module. (We might want to relax this again later, but I think it's ok for now?)

Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2019-12-29 12:24:19 +00:00
..
src Merge #2667 2019-12-29 12:24:19 +00:00
Cargo.toml Replace ra_hir_expand::either with crate 2019-12-03 11:07:56 -05:00