mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-23 16:52:34 +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,
|
// There is no way to choose what assist within a group you want to test against,
|
||||||
// so this is here to allow you choose.
|
// so this is here to allow you choose.
|
||||||
|
#[track_caller]
|
||||||
pub(crate) fn check_assist_by_label(
|
pub(crate) fn check_assist_by_label(
|
||||||
assist: Handler,
|
assist: Handler,
|
||||||
#[rust_analyzer::rust_fixture] ra_fixture_before: &str,
|
#[rust_analyzer::rust_fixture] ra_fixture_before: &str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue