insidiousfiddler / No Clue Compiler - Test Verbose #1764519670
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 5 days ago
| 1 | ❯ make test-verbose |
| 2 | cargo build --release |
| 3 | warning: variable `has_hex_digit` is assigned to, but never used |
| 4 | --> src/compiler/syntax/lexer.rs:232:29 |
| 5 | | |
| 6 | 232 | let mut has_hex_digit = false; |
| 7 | | ^^^^^^^^^^^^^ |
| 8 | | |
| 9 | = note: consider using `_has_hex_digit` instead |
| 10 | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default |
insidiousfiddler / No Clue Compiler - Test Verbose #1764386983
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 1 week ago
| 1 | ❯ make test-verbose |
| 2 | cargo build --release |
| 3 | warning: unused variable: `expected_type` |
| 4 | --> src/compiler/ir/mod.rs:3508:9 |
| 5 | | |
| 6 | 3508 | expected_type: Option<&str>, |
| 7 | | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_type` |
| 8 | | |
| 9 | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default |
Újabb
Régebbi