diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2025-04-14 16:53:24 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2025-04-14 16:53:24 +0200 |
| commit | 1f3199c89995ee7ae5cbdaa81d1df5138660d61a (patch) | |
| tree | 128277a990010090b42245f211a11573cf661cdd /src/tools/rust-analyzer | |
| parent | 5113f5e6025a0742524aece5d69c87ef4257d338 (diff) | |
| download | rust-1f3199c89995ee7ae5cbdaa81d1df5138660d61a.tar.gz rust-1f3199c89995ee7ae5cbdaa81d1df5138660d61a.zip | |
Disable some r-a tests in bootstrap.
Diffstat (limited to 'src/tools/rust-analyzer')
| -rw-r--r-- | src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs b/src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs index 15de88ea656..4bd365be7ca 100644 --- a/src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs +++ b/src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs @@ -97,6 +97,7 @@ fn test_fn_like_macro_clone_raw_ident() { } #[test] +#[cfg(not(bootstrap))] fn test_fn_like_fn_like_span_join() { assert_expand( "fn_like_span_join", @@ -111,6 +112,7 @@ fn test_fn_like_fn_like_span_join() { } #[test] +#[cfg(not(bootstrap))] fn test_fn_like_fn_like_span_ops() { assert_expand( "fn_like_span_ops", |
