We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179f5de commit f0e97fdCopy full SHA for f0e97fd
compiler/rustc_const_eval/src/interpret/machine.rs
@@ -629,6 +629,8 @@ pub trait Machine<'tcx>: Sized {
629
Cow::Owned(compute_range())
630
}
631
632
+ /// Compute the value passed to the constructors of the `AllocBytes` type for
633
+ /// abstract machine allocations.
634
fn get_default_alloc_params(&self) -> <Self::Bytes as AllocBytes>::AllocParams;
635
636
0 commit comments