Skip to content

fix(deps): update rust crate thiserror to v2 #99

fix(deps): update rust crate thiserror to v2

fix(deps): update rust crate thiserror to v2 #99

Triggered via pull request December 7, 2024 18:27
Status Failure
Total duration 44s
Artifacts

test.yml

on: pull_request
ubuntu / stable / minimal-versions
17s
ubuntu / stable / minimal-versions
ubuntu / stable / coverage
32s
ubuntu / stable / coverage
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
ubuntu / stable / coverage
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
ubuntu / stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L121
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:121:33 | 121 | / ... value 122 | | ... .parse() 123 | | ... .map_err(|_e| err!(parse; "Heghit", a)) 124 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this changes meaning in Rust 2024 and in a future release in all editions! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly help: use `()` annotations to avoid fallback changes | 123 | .map_err::<(), _>(|_e| err!(parse; "Heghit", a)) | +++++++++
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L113
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:113:33 | 113 | / ... value 114 | | ... .parse() 115 | | ... .map_err(|_e| err!(parse; "Width", a)) 116 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this changes meaning in Rust 2024 and in a future release in all editions! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly help: use `()` annotations to avoid fallback changes | 115 | .map_err::<(), _>(|_e| err!(parse; "Width", a)) | +++++++++
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L105
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:105:33 | 105 | / ... value 106 | | ... .parse() 107 | | ... .map_err(|_e| err!(parse; "Y coordinates", a)) 108 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this changes meaning in Rust 2024 and in a future release in all editions! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly help: use `()` annotations to avoid fallback changes | 107 | .map_err::<(), _>(|_e| err!(parse; "Y coordinates", a)) | +++++++++
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L97
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:97:33 | 97 | / ... value 98 | | ... .parse() 99 | | ... .map_err(|_e| err!(parse; "X coordinates", a)) 100 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this changes meaning in Rust 2024 and in a future release in all editions! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly = note: `#[warn(never_type_fallback_flowing_into_unsafe)]` on by default help: use `()` annotations to avoid fallback changes | 99 | .map_err::<(), _>(|_e| err!(parse; "X coordinates", a)) | +++++++++
ubuntu / beta
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu / stable / minimal-versions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L121
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:121:33 | 121 | / ... value 122 | | ... .parse() 123 | | ... .map_err(|_e| err!(parse; "Heghit", a)) 124 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this will change its meaning in a future release! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L113
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:113:33 | 113 | / ... value 114 | | ... .parse() 115 | | ... .map_err(|_e| err!(parse; "Width", a)) 116 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this will change its meaning in a future release! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L105
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:105:33 | 105 | / ... value 106 | | ... .parse() 107 | | ... .map_err(|_e| err!(parse; "Y coordinates", a)) 108 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this will change its meaning in a future release! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly
never type fallback affects this call to an `unsafe` method: src/bin/main.rs#L97
warning: never type fallback affects this call to an `unsafe` method --> src/bin/main.rs:97:33 | 97 | / ... value 98 | | ... .parse() 99 | | ... .map_err(|_e| err!(parse; "X coordinates", a)) 100 | | ... .unwrap_unchecked() | |_____________________________________________^ | = warning: this will change its meaning in a future release! = note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748> = help: specify the type explicitly = note: `#[warn(never_type_fallback_flowing_into_unsafe)]` on by default
ubuntu / stable / coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636