Mini-rust in Rust 019: Type checking an actual type error

March 07, 2025 [Programming, Programming Languages, Rust, Tech, Videos] #mini-rust

We have a plan for what error message we should get when we try to write code like let x: i32 = 3.0;. Let's try to make it a reality!

You can find the source code at codeberg.org/andybalaam/milk and more of my stuff at artificialworlds.net