mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 06:25:40 +00:00
This especially improves the developer experience for long chains of function calls that span multiple lines, which is common with builder patterns, chains of iterator/future combinators, etc.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.