1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-30 14:40:06 +02:00

Fix parse error metadata ()

This commit is contained in:
JT
2021-12-02 19:36:30 +13:00
committed by GitHub
parent 99de2b1d77
commit ac2afab40b

@ -188,7 +188,7 @@ pub enum ParseError {
ExportNotFound(#[label = "could not find imports"] Span),
#[error("File not found")]
#[diagnostic(code(nu::parser::export_not_found), url(docsrs))]
#[diagnostic(code(nu::parser::file_not_found), url(docsrs))]
FileNotFound(String),
#[error("{0}")]