This gist contains a summary of all the regressions reported by users of Rust stable after its release. It only covers Rust 1.35.0 to Rust 1.38.0.
- Broke valid code:
- Worse performance or error messages regression:
- Broke valid code:
- Broke valid code:
- Worse performance or worse error messages:
- Worse performance or worse error messages:
- #63430: [ICE] C-variadic functions are only valid with one or more fixed arguments
- #62430: ICE: Rust spins when referencing associated types in
where
clause - #61944:
internal compiler error: unexpected panic
on 7 line double ref program - #61858: rustc runs out of memory when compiling an
if
statement with no block, enclosed in parentheses - #61623: rustc panic due to reference passed instead of mut reference