Mark parse errors as related errors

main
trivernis 12 months ago
parent 9daa78ee62
commit efbb7d9d1b
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -12,7 +12,7 @@ pub enum CrateError {
#[error("Parse Error {0:?}")]
#[diagnostic()]
NuParseErrors(Vec<ParseError>),
NuParseErrors(#[related] Vec<ParseError>),
#[error("Could not find the function {0}")]
#[diagnostic()]

Loading…
Cancel
Save