diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-09 13:48:06 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-09 13:48:06 +0000 |
| commit | c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a (patch) | |
| tree | accc7f72d6d3006256b231444e07d91edc218539 /compiler/rustc_codegen_cranelift/src/abi/comments.rs | |
| parent | 4b198d6871e4a3826f01f7d6111b1c3484853cd8 (diff) | |
| parent | 1fa693ca4462fc1f790693464cf765ad693616af (diff) | |
| download | rust-c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a.tar.gz rust-c94f759f10cbd7c535b6ffd7d74bc868d14b1a9a.zip | |
Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-2024-11-09
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/abi/comments.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/abi/comments.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/abi/comments.rs b/compiler/rustc_codegen_cranelift/src/abi/comments.rs index daea789ee3e..521a250ab82 100644 --- a/compiler/rustc_codegen_cranelift/src/abi/comments.rs +++ b/compiler/rustc_codegen_cranelift/src/abi/comments.rs @@ -3,7 +3,7 @@ use std::borrow::Cow; -use rustc_target::abi::call::PassMode; +use rustc_target::callconv::PassMode; use crate::prelude::*; |
