We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f6c01 commit b8c7250Copy full SHA for b8c7250
src/lib.rs
@@ -44,8 +44,8 @@
44
//! - You have to use a Rust version whose LLVM version is compatible with the toolchain in
45
//! `asm-toolchain`.
46
//!
47
-//! - Due to a [Rust bug][rust-lang/rust#75940], this option does not work with optimization
48
-//! levels `s` and `z`.
+//! - Due to a [Rust bug][rust-lang/rust#75940] in compiler versions **before 1.49**, this option
+//! does not work with optimization levels `s` and `z`.
49
50
//! [Linker-Plugin LTO]: https://doc.rust-lang.org/stable/rustc/linker-plugin-lto.html
51
//! [rust-lang/rust#75940]: https://github.com/rust-lang/rust/issues/75940
0 commit comments