Y
Hacker News
new
|
ask
|
show
|
jobs
by
zozbot234
109 days ago
If you use the stable version of Rust, it's stable. There's a very strong commitment from the Rust folks on that specific point.
1 comments
J_Shelby_J
109 days ago
The only thing I see is the LLM not being aware of new features, so I have to specify the version rust.
link
jen20
108 days ago
Having a .rust-toolchain file and the edition in Cargo.toml should achieve this - and both of these should be done anyway!
link