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.
2 parents 686897f + 64ecfe4 commit 38df2dfCopy full SHA for 38df2df
core/src/macros/mod.rs
@@ -1748,8 +1748,8 @@ pub(crate) mod builtin {
1748
/* compiler built-in */
1749
}
1750
1751
- /// Provide a list of type aliases and other opaque-type-containing type definitions.
1752
- /// This list will be used in the body of the item it is applied to define opaque
+ /// Provide a list of type aliases and other opaque-type-containing type definitions
+ /// to an item with a body. This list will be used in that body to define opaque
1753
/// types' hidden types.
1754
/// Can only be applied to things that have bodies.
1755
#[unstable(
0 commit comments