Rollup merge of #71166 - GuillaumeGomez:cleanup-e0518, r=Dylan-DPC
Clean up E0518 explanation r? @Dylan-DPC
This commit is contained in:
commit
41dc51ead8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
This error indicates that an `#[inline(..)]` attribute was incorrectly placed
|
||||
on something other than a function or method.
|
||||
An `#[inline(..)]` attribute was incorrectly placed on something other than a
|
||||
function or method.
|
||||
|
||||
Examples of erroneous code:
|
||||
Example of erroneous code:
|
||||
|
||||
```compile_fail,E0518
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Reference in a new issue