rust/crates/ra_hir
Florian Diebold a565072dde Try to make go to definition work in format!
SourceAnalyzer didn't work properly within expression macro expansions because
it didn't find the enclosing function. Fix this by going up the expansion chain
to find ancestors. This makes the test work, but apparently in real usage it's
still not working.
2019-12-06 21:25:22 +01:00
..
src Try to make go to definition work in format! 2019-12-06 21:25:22 +01:00
Cargo.toml Replace ra_hir_expand::either with crate 2019-12-03 11:07:56 -05:00