Struct cfg_expr::error::ParseError
source · Expand description
An error related to parsing of a cfg expression
Fields§
§original: String
The string that was parsed
span: Range<usize>
The range of characters in the original string that result in this error
reason: Reason
The specific reason for the error
Trait Implementations§
source§impl Debug for ParseError
impl Debug for ParseError
source§impl Display for ParseError
impl Display for ParseError
source§impl Error for ParseError
impl Error for ParseError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more