mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Emit test name in Run test runnables if it comes from a macro expansion
This commit is contained in:
parent
dd69d4a97c
commit
f1b3446844
6 changed files with 363 additions and 136 deletions
|
@ -2463,6 +2463,7 @@ fn foo_$0test() {}
|
|||
),
|
||||
Runnable(
|
||||
Runnable {
|
||||
use_name_in_title: false,
|
||||
nav: NavigationTarget {
|
||||
file_id: FileId(
|
||||
0,
|
||||
|
@ -2501,6 +2502,7 @@ mod tests$0 {
|
|||
[
|
||||
Runnable(
|
||||
Runnable {
|
||||
use_name_in_title: false,
|
||||
nav: NavigationTarget {
|
||||
file_id: FileId(
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue