error[E0308]: mismatched types --> test_batches/user-stories/type-mismatch.rs:2:17 | 2 | let _: () = 0u32; | -- ^^^^ expected `()`, found `u32` | | | expected due to this