Skip to content

Commit 3fc9310

Browse files
authored
Update expected size of select_on_non_unpin_size
Probably comes from rust-lang/rust#69837
1 parent 2f8943d commit 3fc9310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures/tests/async_await_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fn select_on_non_unpin_size() {
284284
select_res
285285
};
286286

287-
assert_eq!(48, std::mem::size_of_val(&fut));
287+
assert_eq!(32, std::mem::size_of_val(&fut));
288288
}
289289

290290
#[cfg(all(feature = "async-await", feature = "std", feature = "executor"))]

0 commit comments

Comments
 (0)