We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ec196a + f69da33 commit 300aee8Copy full SHA for 300aee8
src/tools/rust-analyzer/crates/ide-assists/src/tests.rs
@@ -180,6 +180,7 @@ pub(crate) fn check_assist_import_one(
180
181
// There is no way to choose what assist within a group you want to test against,
182
// so this is here to allow you choose.
183
+#[track_caller]
184
pub(crate) fn check_assist_by_label(
185
assist: Handler,
186
#[rust_analyzer::rust_fixture] ra_fixture_before: &str,
0 commit comments