We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4a45c commit e53d30bCopy full SHA for e53d30b
src/attributes/codegen.md
@@ -107,7 +107,6 @@ would not be possible cannot be annotated with this attribute. This includes:
107
- safe trait methods
108
- safe default functions in traits
109
110
-
111
r[attributes.codegen.target_feature.inline]
112
Functions marked with `target_feature` are not inlined into a context that
113
does not support the given features. The `#[inline(always)]` attribute may not
@@ -495,7 +494,6 @@ trait object whose methods are attributed.
495
494
[target architecture]: ../conditional-compilation.md#target_arch
496
[trait]: ../items/traits.md
497
[undefined behavior]: ../behavior-considered-undefined.md
498
-[unsafe function]: ../unsafe-keyword.md
499
[rust-abi]: ../items/external-blocks.md#abi
500
[`Location`]: core::panic::Location
501
0 commit comments