Adds location information to text buffer #1258
Annotations
7 errors and 12 warnings
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L279
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:279:16
|
279 | _kind: ErrorKind,
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L265
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:265:63
|
265 | fn from_error_kind(input: &TextBuffer<'data>, error_kind: ErrorKind) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L151
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:151:50
|
151 | fn with_winnow_error_kind(winnow_error_kind: ErrorKind) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L141
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:141:31
|
141 | winnow_error_kind: Option<ErrorKind>,
| ^^^^^^^^^
|
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult:
src/lazy/text/parse_result.rs#L32
error: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
--> src/lazy/text/parse_result.rs:32:41
|
32 | pub(crate) type IonParseResult<'a, O> = PResult<O, IonParseError<'a>>;
| ^^^^^^^
|
use of deprecated type alias `winnow::PResult`: Replaced with ModalResult:
src/lazy/text/parse_result.rs#L12
error: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
--> src/lazy/text/parse_result.rs:12:13
|
12 | use winnow::PResult;
| ^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L10
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:10:42
|
10 | use winnow::error::{AddContext, ErrMode, ErrorKind, Needed, ParserError};
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
Test with Miri (macos-latest, experimental)
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 with Miri (macos-latest, experimental)
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 with Miri (macos-latest, experimental)
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 with Miri (macos-latest, experimental)
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 with Miri (ubuntu-latest, experimental)
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 with Miri (ubuntu-latest, experimental)
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 with Miri (ubuntu-latest, experimental)
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 with Miri (ubuntu-latest, experimental)
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 with Miri (windows-latest, experimental)
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 with Miri (windows-latest, experimental)
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 with Miri (windows-latest, experimental)
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 with Miri (windows-latest, experimental)
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/
|