Skip to content

KCL parser

KCL parser #23

Triggered via pull request July 25, 2023 19:57
Status Success
Total duration 50s
Artifacts

cargo-test.yml

on: pull_request
cargo test
42s
cargo test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
taken reference of right operand: compiler/src/parser.rs#L33
error: taken reference of right operand --> compiler/src/parser.rs:33:36 | 33 | .any(|reserved_kw| reserved_kw == &&id.0); | ^^^^^^^^^^^^^^^------ | | | help: use the right value directly: `&id.0` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#op_ref = note: `-D clippy::op-ref` implied by `-D warnings`
cargo test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo test
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/
cargo test
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/
cargo test
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/
cargo test
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/