Rust by Example - but based on master branch?

Hi.

"Nightly" build of Rust by Example is not up to date with its GIT 'master' branch. (An example of difference: for and range - Rust By Example > code example for iter_mut vs. the respective example at https://github.com/rust-lang/rust-by-example/blob/master/src/flow_control/for.md#for-and-iterators.)

Is there any published version based on master, or any plan for it, please?

1 Like

It gets updated at least once per release, as long as it’s not forgotten. It’s a sub module of the rust-lang/rust one, and when it’s updated, the nightly site is updated.

2 Likes

Thank you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.