allow #[target_feature]
on #[naked]
functions
This commit is contained in:
parent
c6a166bac2
commit
a3bb0104ff
5 changed files with 7 additions and 27 deletions
|
@ -5,7 +5,6 @@ Notable attributes that are incompatible with `#[naked]` are:
|
|||
|
||||
* `#[inline]`
|
||||
* `#[track_caller]`
|
||||
* `#[target_feature]`
|
||||
* `#[test]`, `#[ignore]`, `#[should_panic]`
|
||||
|
||||
Erroneous code example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue