Update nom requirement from ^7.0.0 to ^8.0.0 #263
Annotations
10 errors and 4 warnings
cargo test:
src/error.rs#L6
unresolved imports `nom::error::VerboseError`, `nom::error::VerboseErrorKind`
|
cargo test:
src/parsers/augmented.rs#L8
unresolved import `nom::error::VerboseError`
|
cargo test:
src/parsers/bnf.rs#L9
unresolved import `nom::error::VerboseError`
|
cargo test:
src/parsers/mod.rs#L18
unresolved import `nom::error::VerboseError`
|
cargo test:
src/parsers/augmented.rs#L34
expected function, found `impl Parser<_, Output = (), Error = _>`
|
cargo test:
src/parsers/bnf.rs#L20
expected function, found `impl Parser<_, Output = _, Error = _>`
|
cargo test:
src/parsers/bnf.rs#L30
expected function, found `impl Parser<_, Output = _, Error = _>`
|
cargo test:
src/parsers/bnf.rs#L34
expected function, found `impl Parser<_, Output = (), Error = _>`
|
cargo test:
src/parsers/mod.rs#L30
expected function, found `Choice<(impl Parser<_, Output = _, Error = _>, impl Parser<_, Output = _, Error = _>)>`
|
cargo test:
src/parsers/mod.rs#L45
expected function, found `impl Parser<_, Output = std::option::Option<<impl Parser<_, Output = _, Error = _> as Parser<_>>::Output>, Error = _>`
|
toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading