We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d73a7 commit 852fbc0Copy full SHA for 852fbc0
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