Skip to content

Commit

Permalink
tests: Update expand test output to nightly-2025-01-05
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 5, 2025
1 parent 76194eb commit 88e5e8e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/expand/enum_derive/example-1.expanded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ fn foo(x: i32) -> impl Iterator<Item = i32> {
}
match x {
0 => __Enum1::__T1(1..10),
_ => {
__Enum1::__T2(
<[_]>::into_vec(#[rustc_box] ::alloc::boxed::Box::new([5, 10]))
.into_iter(),
)
}
_ => __Enum1::__T2(<[_]>::into_vec(::alloc::boxed::box_new([5, 10])).into_iter()),
}
}

0 comments on commit 88e5e8e

Please sign in to comment.