rust/src/libcoretest
Alex Crichton acd48a2b3e std: Standardize (input, output) param orderings
This functions swaps the order of arguments to a few functions that previously
took (output, input) parameters, but now take (input, output) parameters (in
that order).

The affected functions are:

* ptr::copy
* ptr::copy_nonoverlapping
* slice::bytes::copy_memory
* intrinsics::copy
* intrinsics::copy_nonoverlapping

Closes #22890
[breaking-change]
2015-03-30 14:08:40 -07:00
..
2015-03-26 12:10:22 -07:00
2015-01-11 11:47:44 -08:00
2015-03-26 12:10:22 -07:00
2015-03-10 15:08:31 -07:00
2015-01-30 04:38:54 +01:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2015-03-26 12:10:22 -07:00
2015-02-26 07:21:26 +02:00