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.
1 parent 877b971 commit 2ef3bc3Copy full SHA for 2ef3bc3
src/bootstrap/src/core/build_steps/test.rs
@@ -413,6 +413,9 @@ impl Step for RustAnalyzer {
413
&[
414
// FIXME: may need a fix from https://github.com/rust-lang/rust-analyzer/pull/19124.
415
"--skip=config::tests::cargo_target_dir_subdir",
416
+ // FIXME: fails on `aarch64-apple` due to `cfg` differences
417
+ "--skip=item_tree::tests::generics_with_attributes",
418
+ "--skip=hover::tests::generic_params_disabled_by_cfg",
419
],
420
&[],
421
"rust-analyzer",
0 commit comments