update cfg(bootstrap)

This commit is contained in:
Pietro Albini 2025-05-10 10:51:12 +02:00
parent 2b7c13e778
commit 2ce08ca5d6
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
73 changed files with 216 additions and 452 deletions

View file

@ -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",