Files
MercuryToolbox/fixtures/diag/rust-errors.txt
T

12 lines
302 B
Plaintext

error[E0425]: cannot find value `modee` in this scope
--> fixtures/reading/sample.rs:25:11
|
25 | match modee {
| ^^^^^ not found in this scope
warning: function `helper` is never used
--> fixtures/reading/sample.rs:33:4
|
33 | fn helper(value: i32) -> i32 {
| ^^^^^^