Do not use expect_adt when downcasting #441
Annotations
6 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, Swatinem/rust-cache@v2.2.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unused import: `iter`:
crates/flux-refineck/src/type_env/place_ty.rs#L1
warning: unused import: `iter`
--> crates/flux-refineck/src/type_env/place_ty.rs:1:30
|
1 | use std::{clone::Clone, fmt, iter, ops::ControlFlow};
| ^^^^
|
unused import: `BinOp`:
crates/flux-refineck/src/constraint_gen.rs#L11
warning: unused import: `BinOp`
--> crates/flux-refineck/src/constraint_gen.rs:11:26
|
11 | AliasTy, BaseTy, BinOp, Binder, Constraint, CoroutineObligPredicate, ESpan, EVarGen,
| ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, Swatinem/rust-cache@v2.2.1, actions-rs/clippy-check@v1.0.7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3.3.1, cda-tum/setup-z3@v1.0.9, Swatinem/rust-cache@v2.2.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|