rust-analyzer/crates/ra_hir/src
bors[bot] 05399250d4
Merge #4421
4421: Find references to a function outside module r=flodiebold a=montekki

Fixes #4188 

Yet again, it looks like although the code in 
da1f316b02/crates/ra_ide_db/src/search.rs (L128-L132)

may be wrong, it is not hit since the `vis` is `None` at this point. The fix is similar to the #4237 case: just add another special case to `Definition::visibility()`.

Co-authored-by: Fedor Sakharov <fedor.sakharov@gmail.com>
2020-05-11 12:21:08 +00:00
..
semantics Support local_inner_macros 2020-05-01 11:23:03 +08:00
code_model.rs Merge #4421 2020-05-11 12:21:08 +00:00
db.rs Cleanup memory usage stats 2020-03-25 19:35:46 +01:00
diagnostics.rs missing match arms diagnostic 2020-04-07 05:12:08 -07:00
from_id.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
has_source.rs Rename StructField -> Field 2020-04-25 14:23:34 +02:00
lib.rs Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
semantics.rs Remove lower_path from AssistCtx to Semantic 2020-05-01 20:05:12 +08:00
source_analyzer.rs Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00