Struct rustc_session::Limits
source · pub struct Limits {
pub recursion_limit: Limit,
pub move_size_limit: Limit,
pub type_length_limit: Limit,
}
Fields§
§recursion_limit: Limit
The maximum recursion limit for potentially infinitely recursive operations such as auto-dereference and monomorphization.
move_size_limit: Limit
The size at which the large_assignments
lint starts
being emitted.
type_length_limit: Limit
The maximum length of types during monomorphization.
Trait Implementations§
source§impl<__CTX> HashStable<__CTX> for Limitswhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for Limitswhere __CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
impl Copy for Limits
Auto Trait Implementations§
impl RefUnwindSafe for Limits
impl Send for Limits
impl Sync for Limits
impl Unpin for Limits
impl UnwindSafe for Limits
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes