WIP trying to bump aabb-quadtree #268
Annotations
10 errors and 8 warnings
src/appctx.rs#L54
type mismatch resolving `<dyn Array<Item = (ItemId, TypedRect<f32>)> as Array>::Item == (ItemId, TypedRect<f32, f32>)`
|
src/appctx.rs#L54
the trait `smallvec::Array` cannot be made into an object
|
src/appctx.rs#L54
the size for values of type `(dyn smallvec::Array<Item = (ItemId, TypedRect<f32>)> + 'static)` cannot be known at compilation time
|
src/appctx.rs#L81
type mismatch resolving `<dyn Array<Item = (ItemId, TypedRect<f32>)> as Array>::Item == (ItemId, TypedRect<f32, f32>)`
|
src/appctx.rs#L81
type mismatch resolving `<dyn Array<Item = (ItemId, TypedRect<f32>)> as Array>::Item == (ItemId, TypedRect<f32, f32>)`
|
src/appctx.rs#L81
the trait `smallvec::Array` cannot be made into an object
|
src/appctx.rs#L81
the size for values of type `(dyn smallvec::Array<Item = (ItemId, TypedRect<f32>)> + 'static)` cannot be known at compilation time
|
src/appctx.rs#L81
the size for values of type `(dyn smallvec::Array<Item = (ItemId, TypedRect<f32>)> + 'static)` cannot be known at compilation time
|
src/appctx.rs#L535
the method `query` exists for struct `QuadTree<ActiveRegionHandler, f32, dyn Array<Item = (ItemId, TypedRect<f32>)>>`, but its trait bounds were not satisfied
|
src/appctx.rs#L547
the method `remove` exists for struct `QuadTree<ActiveRegionHandler, f32, dyn Array<Item = (ItemId, TypedRect<f32>)>>`, but its trait bounds were not satisfied
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
src/appctx.rs#L9
unused imports: `Rect` and `UnknownUnit`
|
|
This job failed
Loading