Skip to content

Commit 3eb76f4

Browse files
committed
rustup
1 parent 41abcdb commit 3eb76f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6050e523bae6de61de4e060facc43dc512adaccd
1+
e6cef0445779724b469ab7b9a8d3c05d9e848ca8

tests/run-pass/vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ fn main() {
123123
// (one is a real pointer, one an integer pointer).
124124
assert_eq!((200..-5).step_by(1).collect::<Vec<isize>>(), []);
125125

126+
// liballoc has a more extensive test of this, but let's at least do a smoke test here.
126127
vec_push_ptr_stable();
127128
vec_extend_ptr_stable();
128129
vec_truncate_ptr_stable();

0 commit comments

Comments
 (0)