Adds newline counts within long strings for location metadata #1256
Annotations
17 errors and 12 warnings
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L230
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:230:16
|
230 | _kind: ErrorKind,
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L220
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:220:63
|
220 | fn from_error_kind(input: &TextBuffer<'data>, error_kind: ErrorKind) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L204
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:204:54
|
204 | fn from((input, error_kind): (TextBuffer<'data>, ErrorKind)) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L203
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:203:38
|
203 | impl<'data> From<(TextBuffer<'data>, ErrorKind)> for IonParseError<'data> {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L63
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:63:28
|
63 | nom_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:30
|
10 | use winnow::error::{ErrMode, ErrorKind, ParseError, ParserError};
| ^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L230
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:230:16
|
230 | _kind: ErrorKind,
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L220
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:220:63
|
220 | fn from_error_kind(input: &TextBuffer<'data>, error_kind: ErrorKind) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L204
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:204:54
|
204 | fn from((input, error_kind): (TextBuffer<'data>, ErrorKind)) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L90
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:90:65
|
90 | pub(crate) fn with_nom_error_kind(mut self, nom_error_kind: ErrorKind) -> Self {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L203
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:203:38
|
203 | impl<'data> From<(TextBuffer<'data>, ErrorKind)> for IonParseError<'data> {
| ^^^^^^^^^
|
use of deprecated enum `winnow::error::ErrorKind`:
src/lazy/text/parse_result.rs#L63
error: use of deprecated enum `winnow::error::ErrorKind`
--> src/lazy/text/parse_result.rs:63:28
|
63 | nom_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:30
|
10 | use winnow::error::{ErrMode, ErrorKind, ParseError, 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/
|