Closed
Description
Crate quit exports main
from quit_macros. main
is documented in quit and has no documentation in quit_macros.
When that documentation has a link to [with_code]
, which is only in crate quit, it is unresolved. However, [crate::with_code]
is resolved.
Rustdoc gives no warnings with either.
You can see the result with quit version 1.1.1 here.
cc @jyn514
cc #76106 (comment)