Skip to content

Commit 6ec9125

Browse files
committed
Auto merge of #12959 - lnicola:rainbows-again, r=lnicola
Fix `test_rainbow_highlighting` gate CC rust-lang/rust-analyzer#12903 (review)
2 parents d9e462f + eca6f2e commit 6ec9125

File tree

1 file changed

+1
-1
lines changed
  • crates/ide/src/syntax_highlighting

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ pub struct Struct;
958958

959959
#[test]
960960
#[cfg_attr(
961-
all(unix, not(target_pointer_width = "64")),
961+
not(all(unix, target_pointer_width = "64")),
962962
ignore = "depends on `DefaultHasher` outputs"
963963
)]
964964
fn test_rainbow_highlighting() {

0 commit comments

Comments
 (0)