Enable Error Annotation for CI Errors #547
ci.yml
on: pull_request
Report / Codecov
0s
Deploy / Latest Rustdoc
0s
Deploy / crates.io
0s
Annotations
3 errors and 1 warning
Style / rustfmt
Process completed with exit code 1.
|
unused variable: `x`:
src/lib.rs#L41
error: unused variable: `x`
--> src/jvm/class_loader/mod.rs:41:13
|
41 | let x = 10;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused variable: `x`:
src/lib.rs#L41
error: unused variable: `x`
--> src/jvm/class_loader/mod.rs:41:13
|
41 | let x = 10;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
Style / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|