rust-lang/rust-analyzer: nightly
Merge pull request #23171 from A4-Tacks/skip-iter-no-intoiter minor: skip iter excludes 'into_iter' method
Daily edition · Rust
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Merge pull request #23171 from A4-Tacks/skip-iter-no-intoiter minor: skip iter excludes 'into_iter' method
The 1.98.0 pre-release is ready for testing. The release is scheduled for August 20. Release notes can be found here. You can try it out locally by running: RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup…
In partnership with the Rust Foundation's Rust-C++ Interop Initiative, the Rust Project has been experimenting with function overloading for FFI bindings. This experiment is now at a stage where compiler and interop…