chore: update Rust to nightly-2024-01-20
#843
Annotations
2 errors and 1 warning
run just clippy:
source/forth3/src/word.rs#L25
error: function cannot return without recursing
--> source/forth3/src/word.rs:25:5
|
25 | / fn eq(&self, other: &Self) -> bool {
26 | | unsafe { self.ptr.eq(&other.ptr) }
27 | | }
| |_____^
|
note: recursive call site
--> source/forth3/src/word.rs:26:18
|
26 | unsafe { self.ptr.eq(&other.ptr) }
| ^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unconditional_recursion
= note: `-D clippy::unconditional-recursion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unconditional_recursion)]`
|
run just clippy
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading