| commit | 11328b0e4fd8b6fa2de39543b348a9f7846218d8 | [log] [tgz] |
|---|---|---|
| author | Pietro Albini <pietro@pietroalbini.org> | Sat May 10 10:51:12 2025 +0200 |
| committer | Pietro Albini <pietro@pietroalbini.org> | Mon May 12 15:33:37 2025 +0200 |
| tree | 3bd619aa45c6b396806273f890924cb2ade527c4 | |
| parent | 02787502735361f8831a4c0f03f3d9ad875eed97 [diff] |
update cfg(bootstrap)
diff --git a/crates/proc-macro-srv/src/tests/mod.rs b/crates/proc-macro-srv/src/tests/mod.rs index 0112214..a81fea7 100644 --- a/crates/proc-macro-srv/src/tests/mod.rs +++ b/crates/proc-macro-srv/src/tests/mod.rs
@@ -97,7 +97,6 @@ } #[test] -#[cfg(not(bootstrap))] fn test_fn_like_fn_like_span_join() { assert_expand( "fn_like_span_join", @@ -112,7 +111,6 @@ } #[test] -#[cfg(not(bootstrap))] fn test_fn_like_fn_like_span_ops() { assert_expand( "fn_like_span_ops",