mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-23 08:42:40 +00:00
Add #[track_caller]
for check_assist_by_label
This commit is contained in:
parent
2268a56350
commit
42bba767ef
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ pub(crate) fn check_assist_import_one(
|
|||
|
||||
// There is no way to choose what assist within a group you want to test against,
|
||||
// so this is here to allow you choose.
|
||||
#[track_caller]
|
||||
pub(crate) fn check_assist_by_label(
|
||||
assist: Handler,
|
||||
#[rust_analyzer::rust_fixture] ra_fixture_before: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue