Rust 1.45
blog.rust-lang.org
Rust 1.45
1–10 of 227 posts
Re: Rust 1.45
#2Re: Rust 1.45
#3https://github.com/SergioBenitez/Rocket on stable rust finally!
Re: Rust 1.45
#4Re: Rust 1.45
#5https://github.com/SergioBenitez/Rocket on stable rust finally!
Re: Rust 1.45
#6https://github.com/SergioBenitez/Rocket on stable rust finally!
In general, stable proc macros is an awesome step for Rust.
Re: Rust 1.45
#7https://github.com/SergioBenitez/Rocket on stable rust finally!
Re: Rust 1.45
#8I spent a few years as a scientific programmer and this is exactly the sort of thing that just bites you on the behind in C/C++/Fortran: the undefined behaviour can actually manifest as noise in your output, or just really hard to track down, intermittent problems. A big win to get rid of it.
Re: Rust 1.45
#9At least i+1 elements, right? Or am I getting caught up by one of the three hardest problems again?
Re: Rust 1.45
#10> array[i] will check to make sure that array has at least i elements. At least i+1 elements, right? Or am I getting caught up by one of the three hardest problems again?
https://github.com/rust-lang/blog.rust-lang.org/commit/fe241... (should roll out in a few minutes)