Skip to content

Commit a246d47

Browse files
authored
Update vec.rs
1 parent e00f76d commit a246d47

File tree

1 file changed

+1
-1
lines changed
  • library/alloctests/tests

1 file changed

+1
-1
lines changed

library/alloctests/tests/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ fn vec_null_ptr_roundtrip() {
27202720

27212721
// Regression test for Undefined Behavior (UB) caused by IntoIter::nth_back (#148682)
27222722
// when dealing with high-aligned Zero-Sized Types (ZSTs).
2723-
use std::collections::{BTreeMap, BinaryHeap, HashMap, VecDeque, LinkedList};
2723+
use std::collections::{BTreeMap, BinaryHeap, HashMap, LinkedList, VecDeque};
27242724
#[test]
27252725
fn zst_collections_iter_nth_back_regression() {
27262726
#[repr(align(8))]

0 commit comments

Comments
 (0)