Struct rustfmt_nightly::formatting::FormattingError [−][src]
pub(crate) struct FormattingError {
pub(crate) line: usize,
pub(crate) kind: ErrorKind,
is_comment: bool,
is_string: bool,
pub(crate) line_buffer: String,
}
Fields
line: usize
kind: ErrorKind
is_comment: bool
is_string: bool
line_buffer: String
Implementations
pub(crate) fn from_span(
span: Span,
parse_sess: &ParseSess,
kind: ErrorKind
) -> FormattingError
Auto Trait Implementations
impl !RefUnwindSafe for FormattingError
impl Send for FormattingError
impl Sync for FormattingError
impl Unpin for FormattingError
impl !UnwindSafe for FormattingError
Blanket Implementations
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: 104 bytes