← Back to all releases
Rust 1.44.1
Released on June 18, 2020
What's Changed
- [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
- [Don't hash executable filenames on apple platforms, fixing backtraces.][cargo/8329]
- [Fix crashes when finding backtrace on macOS.][71397]
- [Clippy applies lint levels into different files.][clippy/5356]
Full Changelog
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
* [Don't hash executable filenames on apple platforms, fixing backtraces.][cargo/8329]
* [Fix crashes when finding backtrace on macOS.][71397]
* [Clippy applies lint levels into different files.][clippy/5356]
[71397]: https://github.com/rust-lang/rust/issues/71397
[73078]: https://github.com/rust-lang/rust/issues/73078
[cargo/8329]: https://github.com/rust-lang/cargo/pull/8329
[clippy/5356]: https://github.com/rust-lang/rust-clippy/issues/5356