diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2025-05-10 10:51:12 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2025-05-12 15:33:37 +0200 |
| commit | 2ce08ca5d6046600ff641bfa4018247f3b9451c5 (patch) | |
| tree | 780e2e53e00dcc24d994cedc2c9593a6c3f216ad /src/tools | |
| parent | 2b7c13e7786db66605b0a1de017c1fe4aa888206 (diff) | |
| download | rust-2ce08ca5d6046600ff641bfa4018247f3b9451c5.tar.gz rust-2ce08ca5d6046600ff641bfa4018247f3b9451c5.zip | |
update cfg(bootstrap)
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/proc-macro-srv/src/tests/mod.rs | 2 |
1 files changed, 0 insertions, 2 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 01122145965..a81fea7bec6 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,7 +97,6 @@ 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", @@ -112,7 +111,6 @@ 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", |
