mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Auto merge of #13300 - Veykril:cfg-false, r=Veykril
Use cfg(any()) instead of cfg(FALSE) for disabling proc-macro test cc https://github.com/rust-lang/rust-analyzer/pull/13286
This commit is contained in:
commit
bd8c5b6b42
@ -821,7 +821,7 @@ fn main() {
|
||||
|
||||
#[test]
|
||||
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
|
||||
#[cfg(FALSE)]
|
||||
#[cfg(any())]
|
||||
fn resolve_proc_macro() {
|
||||
use expect_test::expect;
|
||||
if skip_slow_tests() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user