Add #[track_caller] for check_assist_by_label

This commit is contained in:
A4-Tacks 2025-09-19 13:39:45 +08:00
parent 2268a56350
commit 42bba767ef
No known key found for this signature in database
GPG key ID: DBD861323040663B

View file

@ -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,