Closed
Description
Initial title: format_args_nl! should link to format_args! where they mention it
https://doc.rust-lang.org/nightly/std/macro.format_args_nl.html currently contains:
Same as
format_args
, but adds a newline in the end.
It would be nicer as:
Same as
format_args
, but adds a newline in the end.
… although I also find #87410 which made it #[doc(hidden)]
. It looks like that was undone at some point?
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Libs issues that are considered "small" or self-containedRelevant to the library team, which will review and decide on the PR/issue.
Activity
name1e5s commentedon Feb 11, 2022
It seems that
#[doc(hidden)]
is removed in #92456name1e5s commentedon Feb 11, 2022
@rustbot claim
Rollup merge of rust-lang#93930 - name1e5s:chore/docs, r=Mark-Simulacrum
Rollup merge of rust-lang#93930 - name1e5s:chore/docs, r=Mark-Simulacrum
SimonSapin commentedon Feb 13, 2022
Was it intentional, though? The PR description says
But that does not apply to
format_args_nl
which has:CC @danielhenrymantilla
[-]format_args_nl! docs should link to format_args! where they mention it[/-][+]Should format_args_nl! be #[doc(hidden)] ?[/+]6 remaining items