Skip to content

Typecheck literal types #643

Typecheck literal types

Typecheck literal types #643

Triggered via pull request April 24, 2024 22:44
Status Failure
Total duration 29s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
unused imports: `Node as AstNode`, `Value`: typecheck/src/typer.rs#L4
error: unused imports: `Node as AstNode`, `Value` --> typecheck/src/typer.rs:4:11 | 4 | use ast::{Node as AstNode, Value}; | ^^^^^^^^^^^^^^^ ^^^^^
unused import: `std::fmt`: typecheck/src/checker.rs#L13
error: unused import: `std::fmt` --> typecheck/src/checker.rs:13:5 | 13 | use std::fmt; | ^^^^^^^^
unused import: `ast::TypeKind`: typecheck/src/checker.rs#L5
error: unused import: `ast::TypeKind` --> typecheck/src/checker.rs:5:5 | 5 | use ast::TypeKind; | ^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
clippy
Clippy had exited with the 101 exit code
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. 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/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
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/
clippy
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/
clippy
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/
clippy
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/