File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.68.1 (2023-03-23)
2
+ ===========================
3
+
4
+ - [Fix miscompilation in produced Windows MSVC artifacts](https://github.com/rust-lang/rust/pull/109094)
5
+ This was introduced by enabling ThinLTO for the distributed rustc which led
6
+ to miscompilations in the resulting binary. Currently this is believed to be
7
+ limited to the -Zdylib-lto flag used for rustc compilation, rather than a
8
+ general bug in ThinLTO, so only rustc artifacts should be affected.
9
+ - [Fix --enable-local-rust builds](https://github.com/rust-lang/rust/pull/109111/)
10
+ - [Treat `$prefix-clang` as `clang` in linker detection code](https://github.com/rust-lang/rust/pull/109156)
11
+ - [Fix panic in compiler code](https://github.com/rust-lang/rust/pull/108162)
12
+
1
13
Version 1.68.0 (2023-03-09)
2
14
==========================
3
15
Original file line number Diff line number Diff line change 1
- 1.68.0
1
+ 1.68.1
You can’t perform that action at this time.
0 commit comments