• A
    std: Standardize (input, output) param orderings · acd48a2b
    Alex Crichton 提交于
    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]
    acd48a2b
decoder.rs 55.2 KB