We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd1f782 + 1d971b1 commit 0858ca9Copy full SHA for 0858ca9
library/core/src/fmt/mod.rs
@@ -510,7 +510,7 @@ impl<'a> Arguments<'a> {
510
/// assert_eq!(format_args!("{}", 1).as_str(), None);
511
/// ```
512
#[stable(feature = "fmt_as_str", since = "1.52.0")]
513
- #[rustc_const_unstable(feature = "const_arguments_as_str", issue = "none")]
+ #[rustc_const_unstable(feature = "const_arguments_as_str", issue = "103900")]
514
#[must_use]
515
#[inline]
516
pub const fn as_str(&self) -> Option<&'static str> {
0 commit comments