]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_codegen_cranelift/src/abi/returning.rs
New upstream version 1.75.0+dfsg1
[rustc.git] / compiler / rustc_codegen_cranelift / src / abi / returning.rs
index 646fb4a3cdc8eb5ca1cbd725953f5199dc60bb1a..0799a22c6e16873ced41cd8c023fff00368f8182 100644 (file)
@@ -1,10 +1,10 @@
 //! Return value handling
 
-use crate::prelude::*;
-
 use rustc_target::abi::call::{ArgAbi, PassMode};
 use smallvec::{smallvec, SmallVec};
 
+use crate::prelude::*;
+
 /// Return a place where the return value of the current function can be written to. If necessary
 /// this adds an extra parameter pointing to where the return value needs to be stored.
 pub(super) fn codegen_return_param<'tcx>(