In a recent documentation change, we were unable to create a link to a function in std and had to resort to linking to online documentation.
@eddyb described it best:
../std won't work in core::hint/std::hint and ../../std won't work in test
Thus the link checker can't be satisfied.
For more info, see:
#62891 (comment)
In a recent documentation change, we were unable to create a link to a function in
stdand had to resort to linking to online documentation.@eddyb described it best:
Thus the link checker can't be satisfied.
For more info, see:
#62891 (comment)