Skip to content

Commit 9c3353b

Browse files
committed
Add tracking issue number for fmt_as_str.
1 parent 0c51f53 commit 9c3353b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ impl<'a> Arguments<'a> {
439439
/// assert_eq!(format_args!("").as_str(), Some(""));
440440
/// assert_eq!(format_args!("{}", 1).as_str(), None);
441441
/// ```
442-
#[unstable(feature = "fmt_as_str", issue = "none")]
442+
#[unstable(feature = "fmt_as_str", issue = "74442")]
443443
#[inline]
444444
pub fn as_str(&self) -> Option<&'static str> {
445445
match (self.pieces, self.args) {

0 commit comments

Comments
 (0)