Skip to content

Commit 4b33024

Browse files
committed
Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors
Stage0 bootstrap update This PR [follows the release process](https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday) to update the stage0 compiler. The only thing of note is rust-lang/rust@58651d1, which was flagged by clippy as a correctness fix. I think allowing that lint in our case makes sense, but it's worth to have a second pair of eyes on it. r? `@Mark-Simulacrum`
2 parents 4f48a1b + 11328b0 commit 4b33024

File tree

1 file changed

+0
-2
lines changed
  • crates/proc-macro-srv/src/tests

1 file changed

+0
-2
lines changed

crates/proc-macro-srv/src/tests/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ fn test_fn_like_macro_clone_raw_ident() {
9797
}
9898

9999
#[test]
100-
#[cfg(not(bootstrap))]
101100
fn test_fn_like_fn_like_span_join() {
102101
assert_expand(
103102
"fn_like_span_join",
@@ -112,7 +111,6 @@ fn test_fn_like_fn_like_span_join() {
112111
}
113112

114113
#[test]
115-
#[cfg(not(bootstrap))]
116114
fn test_fn_like_fn_like_span_ops() {
117115
assert_expand(
118116
"fn_like_span_ops",

0 commit comments

Comments
 (0)