Y
Hacker News
new
|
ask
|
show
|
jobs
by
ransom_rs
1811 days ago
In case anyone else does this and is new to Rust - you can use `cargo check` to type check/borrow check/everything else without doing any codegen
1 comments
lmilcin
1811 days ago
This thread is no longer with regards to Rust or checking whether the code compiles or not. It is about how you can work with compilation times that are longer than a coffee break.
link