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 2c6f0fc + 42bba76 commit b12a129Copy full SHA for b12a129
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