We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5699f68 + daa3c79 commit 2b7f3eeCopy full SHA for 2b7f3ee
library/core/src/macros/mod.rs
@@ -872,7 +872,7 @@ pub(crate) mod builtin {
872
($fmt:expr, $($args:tt)*) => {{ /* compiler built-in */ }};
873
}
874
875
- /// Same as `format_args`, but can be used in some const contexts.
+ /// Same as [`format_args`], but can be used in some const contexts.
876
///
877
/// This macro is used by the panic macros for the `const_panic` feature.
878
@@ -886,7 +886,7 @@ pub(crate) mod builtin {
886
887
888
889
- /// Same as `format_args`, but adds a newline in the end.
+ /// Same as [`format_args`], but adds a newline in the end.
890
#[unstable(
891
feature = "format_args_nl",
892
issue = "none",
0 commit comments