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 decff38 commit 5d12a08Copy full SHA for 5d12a08
src/tests/rust_fmt_argument_max_padding.rs
@@ -4,7 +4,7 @@
4
//! to `u16::MAX`, to improve memory layout and prevent silent truncation bugs
5
//! on cross-compilation targets. This change caused previously valid dynamic
6
//! width values exceeding `u16::MAX` to panic at runtime. (See
7
-//! rust-lang/rust#136932 and artichoke/strftime-ruby#2f0ab4a).
+//! rust-lang/rust#136932).
8
//!
9
//! These test cases specifically target edge conditions revealed by fuzzing
10
//! strftime-ruby, ensuring we handle excessively large padding values without
0 commit comments