#1500: Add example for bits::complete::tag #1034
Annotations
7 errors and 18 warnings
|
Test:
src/bits/complete.rs#L100
cannot find function `as_ref` in this scope
|
Test:
src/bits/complete.rs#L106
cannot find function `as_ref` in this scope
|
Test:
src/bits/complete.rs#L100
mismatched types
|
Test:
src/bits/complete.rs#L106
mismatched types
|
Test
aborting due to 4 previous errors
|
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Install rust (nightly)
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/
|
Install rust (nightly)
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/
|
Install rust (nightly)
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/
|
Install rust (nightly)
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/
|
Build:
src/error.rs#L281
unused import: `IResult`
|
Build:
src/character/mod.rs#L67
use of deprecated function `character::is_alphabetic`: Replaced with `AsChar::is_alpha`
|
Build:
src/character/mod.rs#L67
use of deprecated function `character::is_digit`: Replaced with `AsChar::is_dec_digit`
|
Build
`nom` (lib) generated 3 warnings (run `cargo fix --lib -p nom` to apply 1 suggestion)
|
Cache
The `save-state` 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/
|
Cache
The `save-state` 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/
|
Cache
The `save-state` 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/
|
Cache
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/
|
Test:
src/error.rs#L281
unused import: `IResult`
|
Test:
src/character/mod.rs#L67
use of deprecated function `character::is_alphabetic`: Replaced with `AsChar::is_alpha`
|
Test:
src/character/mod.rs#L67
use of deprecated function `character::is_digit`: Replaced with `AsChar::is_dec_digit`
|
Test
`nom` (lib) generated 3 warnings (run `cargo fix --lib -p nom` to apply 1 suggestion)
|
Test:
src/error.rs#L694
unused import: `crate::character::complete::char`
|
Test
`nom` (lib test) generated 4 warnings (3 duplicates) (run `cargo fix --lib -p nom --tests` to apply 1 suggestion)
|
Loading