Allow refining Self
#185
Annotations
3 errors and 2 warnings
cannot find function `next_how_to_instantiate_method_sig` in this scope:
crates/flux-refineck/src/checker.rs#L179
error[E0425]: cannot find function `next_how_to_instantiate_method_sig` in this scope
--> crates/flux-refineck/src/checker.rs:179:9
|
179 | next_how_to_instantiate_method_sig()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|
clippy
Clippy had exited with the 101 exit code
|
tests
Process completed with exit code 101.
|
this expression creates a reference which is immediately dereferenced by the compiler:
crates/flux-fhir-analysis/src/conv.rs#L161
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> crates/flux-fhir-analysis/src/conv.rs:161:49
|
161 | .map(|kind| conv_generic_param_kind(&kind))
| ^^^^^ help: change this to: `kind`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|