This commit is contained in:
Ralf Jung 2020-04-05 18:28:05 +02:00
parent 41abcdb422
commit 3eb76f4a77
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
6050e523bae6de61de4e060facc43dc512adaccd
e6cef0445779724b469ab7b9a8d3c05d9e848ca8

View File

@ -123,6 +123,7 @@ fn main() {
// (one is a real pointer, one an integer pointer).
assert_eq!((200..-5).step_by(1).collect::<Vec<isize>>(), []);
// liballoc has a more extensive test of this, but let's at least do a smoke test here.
vec_push_ptr_stable();
vec_extend_ptr_stable();
vec_truncate_ptr_stable();