mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-24 14:17:18 +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]
|
#[test]
|
||||||
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
|
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
|
||||||
#[cfg(FALSE)]
|
#[cfg(any())]
|
||||||
fn resolve_proc_macro() {
|
fn resolve_proc_macro() {
|
||||||
use expect_test::expect;
|
use expect_test::expect;
|
||||||
if skip_slow_tests() {
|
if skip_slow_tests() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user