difftreelog
feat more fields in ImportSyntaxError
in: master
1 file changed
crates/jrsonnet-evaluator/src/error.rsdiffbeforeafterboth46 ResolvedFileNotFound(PathBuf),46 ResolvedFileNotFound(PathBuf),47 ImportBadFileUtf8(PathBuf),47 ImportBadFileUtf8(PathBuf),48 ImportNotSupported(PathBuf, PathBuf),48 ImportNotSupported(PathBuf, PathBuf),49 ImportSyntaxError(jrsonnet_parser::ParseError),49 ImportSyntaxError {50 path: Rc<PathBuf>,51 source_code: Rc<str>,52 error: jrsonnet_parser::ParseError,53 },505451 RuntimeError(Rc<str>),55 RuntimeError(Rc<str>),52 StackOverflow,56 StackOverflow,