fix(deps): update rust crate thiserror to v2 #89
test.yml
on: pull_request
ubuntu / stable / minimal-versions
22s
ubuntu / stable / coverage
27s
Matrix: required
Annotations
1 error and 8 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
|
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
|
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
|