Run proc-macro-srv tests on rust-lang/rust-analyzer

This commit is contained in:
Lukas Wirth 2023-03-29 11:20:57 +02:00
parent 7498ec730e
commit afe52d270d
3 changed files with 7 additions and 6 deletions

View file

@ -95,8 +95,9 @@ mbe.workspace = true
[features]
jemalloc = ["jemallocator", "profile/jemalloc"]
force-always-assert = ["always-assert/force"]
sysroot-abi = ["proc-macro-srv-cli/sysroot-abi"]
in-rust-tree = [
"proc-macro-srv-cli/sysroot-abi",
"sysroot-abi",
"ide/in-rust-tree",
"syntax/in-rust-tree",
]

View file

@ -818,8 +818,7 @@ fn main() {
}
#[test]
// FIXME: Re-enable once we can run proc-macro tests on rust-lang/rust-analyzer again
#[cfg(any())]
#[cfg(feature = "sysroot-abi")]
fn resolve_proc_macro() {
use expect_test::expect;
if skip_slow_tests() {