]> git.lizzy.rs Git - rust.git/commitdiff
rustup
authorRalf Jung <post@ralfj.de>
Sun, 5 Apr 2020 16:28:05 +0000 (18:28 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 5 Apr 2020 16:28:05 +0000 (18:28 +0200)
rust-version
tests/run-pass/vec.rs

index 895cbb5fa9a0184a1456d58d7efa8018b30f8a48..6e980a4e228ebd8154690f34a6ac63b9e3b7b496 100644 (file)
@@ -1 +1 @@
-6050e523bae6de61de4e060facc43dc512adaccd
+e6cef0445779724b469ab7b9a8d3c05d9e848ca8
index 954cd6a1557ae67b1b0ec522b13e628d8d59aa01..5c791e4db0a77fbe6328a752a412ef1d1f21e86e 100644 (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();