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 cca1cf6 commit 3429486Copy full SHA for 3429486
src/libcore/fmt/mod.rs
@@ -197,6 +197,7 @@ impl<'a> Arguments<'a> {
197
/// created with `argumentuint`. However, failing to do so doesn't cause
198
/// unsafety, but will ignore invalid .
199
#[doc(hidden)] #[inline]
200
+ #[stable(feature = "rust1", since = "1.0.0")]
201
pub fn new_v1_formatted(pieces: &'a [&'a str],
202
args: &'a [ArgumentV1<'a>],
203
fmt: &'a [rt::v1::Argument]) -> Arguments<'a> {
0 commit comments