We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ac87d + 0fcdefb commit ce76bcbCopy full SHA for ce76bcb
src/librustc_error_codes/error_codes/E0518.md
@@ -1,7 +1,7 @@
1
-This error indicates that an `#[inline(..)]` attribute was incorrectly placed
2
-on something other than a function or method.
+An `#[inline(..)]` attribute was incorrectly placed on something other than a
+function or method.
3
4
-Examples of erroneous code:
+Example of erroneous code:
5
6
```compile_fail,E0518
7
#[inline(always)]
0 commit comments