We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c51f53 commit 9c3353bCopy full SHA for 9c3353b
src/libcore/fmt/mod.rs
@@ -439,7 +439,7 @@ impl<'a> Arguments<'a> {
439
/// assert_eq!(format_args!("").as_str(), Some(""));
440
/// assert_eq!(format_args!("{}", 1).as_str(), None);
441
/// ```
442
- #[unstable(feature = "fmt_as_str", issue = "none")]
+ #[unstable(feature = "fmt_as_str", issue = "74442")]
443
#[inline]
444
pub fn as_str(&self) -> Option<&'static str> {
445
match (self.pieces, self.args) {
0 commit comments