Skip to content

Commit bd8c5b6

Browse files
committed
Auto merge of rust-lang#13300 - Veykril:cfg-false, r=Veykril
Use cfg(any()) instead of cfg(FALSE) for disabling proc-macro test cc rust-lang/rust-analyzer#13286
2 parents 8805d05 + fb73644 commit bd8c5b6

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/tests/slow-tests

1 file changed

+1
-1
lines changed

crates/rust-analyzer/tests/slow-tests/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ fn main() {
821821

822822
#[test]
823823
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
824-
#[cfg(FALSE)]
824+
#[cfg(any())]
825825
fn resolve_proc_macro() {
826826
use expect_test::expect;
827827
if skip_slow_tests() {

0 commit comments

Comments
 (0)