← Back to all releases

Rust 1.45.1

Released on July 30, 2020

What's Changed

  • [Fix const propagation with references.][73613]
  • [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
  • [Avoid spurious implicit region bound.][74509]
  • [Install clippy on x.py install][74457]
Full Changelog

* [Fix const propagation with references.][73613]

* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]

* [Avoid spurious implicit region bound.][74509]

* [Install clippy on x.py install][74457]

[73613]: https://github.com/rust-lang/rust/pull/73613

[73078]: https://github.com/rust-lang/rust/issues/73078

[74509]: https://github.com/rust-lang/rust/pull/74509

[74457]: https://github.com/rust-lang/rust/pull/74457