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 36fe3b9 commit 9e67854Copy full SHA for 9e67854
1 file changed
library/core/src/fmt/rt/v1.rs
@@ -23,7 +23,8 @@ pub struct FormatSpec {
23
}
24
25
impl Argument {
26
- pub fn new(
+ #[inline(always)]
27
+ pub const fn new(
28
position: usize,
29
fill: char,
30
align: Alignment,
0 commit comments