diff options
| author | Michael Goulet <michael@errs.io> | 2024-05-31 14:13:46 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-01 12:50:58 -0400 |
| commit | 333458c2cbafbea22480075decc4a827f913a020 (patch) | |
| tree | 56dcf040d2a1a1106ecaf689fa87141fea3f950f /compiler/rustc_codegen_gcc | |
| parent | ee47480f4cae83279d884d6bcc9e5e6ddf3334b8 (diff) | |
| download | rust-333458c2cbafbea22480075decc4a827f913a020.tar.gz rust-333458c2cbafbea22480075decc4a827f913a020.zip | |
Uplift TypeRelation and Relate
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/type_of.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/type_of.rs b/compiler/rustc_codegen_gcc/src/type_of.rs index 2155cabe171..a88d50cb434 100644 --- a/compiler/rustc_codegen_gcc/src/type_of.rs +++ b/compiler/rustc_codegen_gcc/src/type_of.rs @@ -5,7 +5,7 @@ use rustc_codegen_ssa::traits::{BaseTypeMethods, DerivedTypeMethods, LayoutTypeM use rustc_middle::bug; use rustc_middle::ty::layout::{LayoutOf, TyAndLayout}; use rustc_middle::ty::print::with_no_trimmed_paths; -use rustc_middle::ty::{self, Ty, TypeVisitableExt}; +use rustc_middle::ty::{self, CoroutineArgsExt, Ty, TypeVisitableExt}; use rustc_target::abi::call::{CastTarget, FnAbi, Reg}; use rustc_target::abi::{ self, Abi, Align, FieldsShape, Float, Int, Integer, PointeeInfo, Pointer, Size, TyAbiInterface, |
