Return all usages inside macros in usage searches

This commit is contained in:
Lukas Wirth 2021-08-29 00:36:26 +02:00
parent 512135920d
commit 72bfbb0691
3 changed files with 10 additions and 10 deletions

View file

@ -424,6 +424,7 @@ macro_rules! foo {
foo!(bar$0);
// ^^^
// ^^^
// ^^^
fn foo() {
let bar: bar = bar();
// ^^^
@ -442,6 +443,7 @@ macro_rules! foo {
foo!(bar);
// ^^^
// ^^^
fn foo() {
let bar: bar$0 = bar();
// ^^^