mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Merge pull request #20701 from A4-Tacks/track-caller-assist-test
Add `#[track_caller]` for check_assist_by_label
This commit is contained in:
commit
b12a129347
@ -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…
x
Reference in New Issue
Block a user