diff options
| author | Stypox <stypox@pm.me> | 2025-07-15 14:57:51 +0200 |
|---|---|---|
| committer | Stypox <stypox@pm.me> | 2025-07-15 15:04:53 +0200 |
| commit | 14f47009cc5b02cd8c28ca2cc9c1fd58aeeef25b (patch) | |
| tree | 1e3181e53a10058516e6fb4202a80cd2e70e9248 /compiler/rustc_const_eval/src/interpret/step.rs | |
| parent | a9fb6103b05c6ad6eee6bed4c0bb5a2e8e1024c6 (diff) | |
| download | rust-14f47009cc5b02cd8c28ca2cc9c1fd58aeeef25b.tar.gz rust-14f47009cc5b02cd8c28ca2cc9c1fd58aeeef25b.zip | |
Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf
Diffstat (limited to 'compiler/rustc_const_eval/src/interpret/step.rs')
| -rw-r--r-- | compiler/rustc_const_eval/src/interpret/step.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/interpret/step.rs b/compiler/rustc_const_eval/src/interpret/step.rs index 833fcc38817..629dcc3523c 100644 --- a/compiler/rustc_const_eval/src/interpret/step.rs +++ b/compiler/rustc_const_eval/src/interpret/step.rs @@ -5,7 +5,6 @@ use either::Either; use rustc_abi::{FIRST_VARIANT, FieldIdx}; use rustc_index::IndexSlice; -use rustc_middle::ty::layout::FnAbiOf; use rustc_middle::ty::{self, Instance, Ty}; use rustc_middle::{bug, mir, span_bug}; use rustc_span::source_map::Spanned; |
