Mini-rust in Rust 022: Stop lying about types in errors

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

Now that we have the types we calculated in our syntax tree, use them to stop faking it in error messages - replace a hard-coded "integer" with the actual type of the expression we are talking about.

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