We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687b3fa commit bd917bbCopy full SHA for bd917bb
library/core/src/fmt/rt.rs
@@ -1,5 +1,5 @@
1
#![allow(missing_debug_implementations)]
2
-#![unstable(feature = "fmt_internals", issue = "none")]
+#![unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
3
4
//! These are the lang items used by format_args!().
5
0 commit comments