pub struct SourceMapFull;Expand description
The flat coordinate space is full.
Reaching this needs four gigabytes of source in one translation unit, counting every header once per time it is included. It is reported rather than ignored because the alternative is spans that silently point at the wrong file.
Trait Implementations§
Source§impl Clone for SourceMapFull
impl Clone for SourceMapFull
Source§fn clone(&self) -> SourceMapFull
fn clone(&self) -> SourceMapFull
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SourceMapFull
Source§impl Debug for SourceMapFull
impl Debug for SourceMapFull
Source§impl Display for SourceMapFull
impl Display for SourceMapFull
impl Eq for SourceMapFull
Source§impl Error for SourceMapFull
impl Error for SourceMapFull
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for SourceMapFull
impl PartialEq for SourceMapFull
impl StructuralPartialEq for SourceMapFull
Auto Trait Implementations§
impl Freeze for SourceMapFull
impl RefUnwindSafe for SourceMapFull
impl Send for SourceMapFull
impl Sync for SourceMapFull
impl Unpin for SourceMapFull
impl UnsafeUnpin for SourceMapFull
impl UnwindSafe for SourceMapFull
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