Source-level names in JSON trace #1236
ci.yml
on: pull_request
fixpoint
5s
rustfmt
27s
clippy
1m 54s
Annotations
6 warnings
fixpoint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unneeded `return` statement:
crates/flux-refineck/src/type_env.rs#L896
warning: unneeded `return` statement
--> crates/flux-refineck/src/type_env.rs:896:5
|
896 | return Some(format!("{:?}", loc));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
= note: `#[warn(clippy::needless_return)]` on by default
help: remove `return`
|
896 - return Some(format!("{:?}", loc));
896 + Some(format!("{:?}", loc))
|
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
vtock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
fixpoint
|
6.53 MB |
|