diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-01 09:11:23 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-01 09:11:23 +0100 |
commit | dd3ad2bd41eadb18218b5c27a4ec7a8d44ac37e1 (patch) | |
tree | 8123bb49b3de920f0d25f16aa680d004234c4990 /crates/test_utils/src/fixture.rs | |
parent | 686e115e7397028a94bde57df1acf0f066651285 (diff) | |
parent | 95f8310514238fc2c3b4d1ddecbd1b79d2c963a2 (diff) | |
parent | 1be5e848b099efe050c5803abf8b1f96ad4ec0fb (diff) |
Merge #5154 #5157
5154: Structured search debugging r=matklad a=davidlattimore
Adds a "search" mode to the rust-analyzer binary that does structured search (SSR without the replace part). This is intended primarily for debugging why a bit of code isn't matching a pattern.
5157: Use dynamic dispatch in AstDiagnostic r=matklad a=lnicola
Co-authored-by: David Lattimore <[email protected]>
Co-authored-by: Laurențiu Nicola <[email protected]>