pub struct UnterminatedString(pub Location);Expand description
Lexing error for a string that is never closed.
Tuple Fields§
§0: LocationTrait Implementations§
Source§impl Debug for UnterminatedString
impl Debug for UnterminatedString
Source§impl Diag for UnterminatedString
impl Diag for UnterminatedString
Auto Trait Implementations§
impl Freeze for UnterminatedString
impl RefUnwindSafe for UnterminatedString
impl Send for UnterminatedString
impl Sync for UnterminatedString
impl Unpin for UnterminatedString
impl UnwindSafe for UnterminatedString
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