Skip to content

feat(wip): rkyv v0.8 #666

feat(wip): rkyv v0.8

feat(wip): rkyv v0.8 #666

GitHub Actions / Clippy (stable) failed Jan 8, 2025 in 0s

Clippy (stable)

10 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 10
Warning 0
Note 0
Help 0

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)

  • cargo 1.83.0 (5ffbef321 2024-10-29)

  • cargo 1.83.0 (5ffbef321 2024-10-29)

Annotations

Check failure on line 46 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

associated type `Error` not found for `D`

error[E0220]: associated type `Error` not found for `D`
  --> src/immutable/float/rkyv_aligned_vec.rs:46:80
   |
46 |     fn deserialize_with(vec: &ArchivedVec<T>, _: &mut D) -> Result<AVec<T>, D::Error> {
   |                                                                                ^^^^^ associated type `Error` not found

Check failure on line 33 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

associated type `Error` not found for `S`

error[E0220]: associated type `Error` not found for `S`
  --> src/immutable/float/rkyv_aligned_vec.rs:33:88
   |
33 |     fn serialize_with(avec: &AVec<T>, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
   |                                                                                        ^^^^^ associated type `Error` not found

Check failure on line 33 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

ambiguous associated type

error[E0223]: ambiguous associated type
  --> src/immutable/float/rkyv_aligned_vec.rs:33:69
   |
33 |     fn serialize_with(avec: &AVec<T>, serializer: &mut S) -> Result<Self::Resolver, S::Error> {
   |                                                                     ^^^^^^^^^^^^^^
   |
help: if there were a trait named `Example` with associated type `Resolver` implemented for `immutable::float::rkyv_aligned_vec::EncodeAVec<T>`, you could use the fully-qualified path
   |
33 |     fn serialize_with(avec: &AVec<T>, serializer: &mut S) -> Result<<immutable::float::rkyv_aligned_vec::EncodeAVec<T> as Example>::Resolver, S::Error> {
   |                                                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check failure on line 24 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

ambiguous associated type

error[E0223]: ambiguous associated type
  --> src/immutable/float/rkyv_aligned_vec.rs:24:44
   |
24 |     fn resolve_with(_: &AVec<T>, resolver: Self::Resolver, out: Place<Self::Archived>) {
   |                                            ^^^^^^^^^^^^^^
   |
help: if there were a trait named `Example` with associated type `Resolver` implemented for `immutable::float::rkyv_aligned_vec::EncodeAVec<T>`, you could use the fully-qualified path
   |
24 |     fn resolve_with(_: &AVec<T>, resolver: <immutable::float::rkyv_aligned_vec::EncodeAVec<T> as Example>::Resolver, out: Place<Self::Archived>) {
   |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check failure on line 31 in src/immutable/float/kdtree.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

unused import: `crate::immutable::float::rkyv_aligned_vec::EncodeAVec`

error: unused import: `crate::immutable::float::rkyv_aligned_vec::EncodeAVec`
  --> src/immutable/float/kdtree.rs:31:5
   |
31 | use crate::immutable::float::rkyv_aligned_vec::EncodeAVec;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`

Check failure on line 1 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/lib.rs:1:1
  |
1 | #![feature(vec_into_raw_parts)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check failure on line 4 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

unresolved import `rkyv_08`

error[E0432]: unresolved import `rkyv_08`
 --> src/immutable/float/rkyv_aligned_vec.rs:4:5
  |
4 | use rkyv_08::{
  |     ^^^^^^^ use of undeclared crate or module `rkyv_08`

Check failure on line 4 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

failed to resolve: use of undeclared crate or module `rkyv_08`

error[E0433]: failed to resolve: use of undeclared crate or module `rkyv_08`
 --> src/immutable/float/rkyv_aligned_vec.rs:4:5
  |
4 | use rkyv_08::{
  |     ^^^^^^^ use of undeclared crate or module `rkyv_08`

Check failure on line 3 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

failed to resolve: use of undeclared crate or module `rkyv_08`

error[E0433]: failed to resolve: use of undeclared crate or module `rkyv_08`
 --> src/immutable/float/rkyv_aligned_vec.rs:3:5
  |
3 | use rkyv_08::with::{ArchiveWith, DeserializeWith, SerializeWith};
  |     ^^^^^^^ use of undeclared crate or module `rkyv_08`

Check failure on line 2 in src/immutable/float/rkyv_aligned_vec.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

failed to resolve: use of undeclared crate or module `rkyv_08`

error[E0433]: failed to resolve: use of undeclared crate or module `rkyv_08`
 --> src/immutable/float/rkyv_aligned_vec.rs:2:5
  |
2 | use rkyv_08::rancor::Fallible;
  |     ^^^^^^^ use of undeclared crate or module `rkyv_08`