diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2024-06-17 17:25:14 +0000 |
|---|---|---|
| committer | Maybe Lapkin <waffle.lapkin@gmail.com> | 2024-07-07 18:16:38 +0200 |
| commit | 236352024b25c2e834c7a73fc9219ddc84c0bcf9 (patch) | |
| tree | 3a3d784beff856e41ed999a39dfee8603e824d3a /compiler/rustc_const_eval/src/interpret/mod.rs | |
| parent | cda6f0c25d6421fd6814bd55a25701205da23585 (diff) | |
| download | rust-236352024b25c2e834c7a73fc9219ddc84c0bcf9.tar.gz rust-236352024b25c2e834c7a73fc9219ddc84c0bcf9.zip | |
make `StackPop` field names less confusing
Diffstat (limited to 'compiler/rustc_const_eval/src/interpret/mod.rs')
| -rw-r--r-- | compiler/rustc_const_eval/src/interpret/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/interpret/mod.rs b/compiler/rustc_const_eval/src/interpret/mod.rs index 7d7b421f869..f703c6fbe3e 100644 --- a/compiler/rustc_const_eval/src/interpret/mod.rs +++ b/compiler/rustc_const_eval/src/interpret/mod.rs @@ -26,7 +26,7 @@ pub use self::intern::{ intern_const_alloc_for_constprop, intern_const_alloc_recursive, HasStaticRootDefId, InternKind, InternResult, }; -pub use self::machine::{compile_time_machine, AllocMap, Machine, MayLeak, StackPopJump}; +pub use self::machine::{compile_time_machine, AllocMap, Machine, MayLeak, ReturnAction}; pub use self::memory::{AllocKind, AllocRef, AllocRefMut, FnVal, Memory, MemoryKind}; pub use self::operand::{ImmTy, Immediate, OpTy, Readable}; pub use self::place::{MPlaceTy, MemPlaceMeta, PlaceTy, Writeable}; |
