pub struct Sema<'sym> { /* private fields */ }Expand description
Semantic analyzer for type checking and symbol resolution.
Validates that identifiers reference valid symbols and that function calls have the correct number of arguments.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'sym> Freeze for Sema<'sym>
impl<'sym> RefUnwindSafe for Sema<'sym>
impl<'sym> Send for Sema<'sym>
impl<'sym> Sync for Sema<'sym>
impl<'sym> Unpin for Sema<'sym>
impl<'sym> UnwindSafe for Sema<'sym>
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