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.
1 parent b295e09 commit 07ce463Copy full SHA for 07ce463
src/stability.md
@@ -22,7 +22,7 @@ Note that stable functions may use unstable things in their body.
22
# allow_internal_unstable
23
24
Macros, compiler desugarings and `const fn`s expose their bodies to the call site. In order to
25
-work around not being able to use unstable things in the standard libraries macros, there's the
+work around not being able to use unstable things in the standard library's macros, there's the
26
`#[allow_internal_unstable(feature1, feature2)]` attribute that whitelists the given features for
27
usage in stable macros or `const fn`s.
28
0 commit comments