Add tracking issue for const_arguments_as_str

This commit is contained in:
Sky 2022-11-02 16:24:16 -04:00
parent c0a7612728
commit 1d971b1322
No known key found for this signature in database
GPG Key ID: CB6537D6AD79649C

View File

@ -510,7 +510,7 @@ impl<'a> Arguments<'a> {
/// assert_eq!(format_args!("{}", 1).as_str(), None);
/// ```
#[stable(feature = "fmt_as_str", since = "1.52.0")]
#[rustc_const_unstable(feature = "const_arguments_as_str", issue = "none")]
#[rustc_const_unstable(feature = "const_arguments_as_str", issue = "103900")]
#[must_use]
#[inline]
pub const fn as_str(&self) -> Option<&'static str> {