We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8033a commit 312bf8eCopy full SHA for 312bf8e
library/core/src/macros/mod.rs
@@ -838,6 +838,10 @@ pub(crate) mod builtin {
838
}
839
840
/// Same as `format_args`, but can be used in some const contexts.
841
+ ///
842
+ /// This macro is used by the panic macros for the `const_panic` feature.
843
844
+ /// This macro will be removed once `format_args` is allowed in const contexts.
845
#[cfg(not(bootstrap))]
846
#[unstable(feature = "const_format_args", issue = "none")]
847
#[allow_internal_unstable(fmt_internals, const_fmt_arguments_new)]
0 commit comments