Sign in
rust
/
rust
/
93cd4f8a0494700a59fb499289ece76b9ff89e51
/
.
/
tests
/
ui
/
attributes
/
inline-attribute-enum-variant-error.stderr
blob: 03954388c2efa748c51d0bcf53bfa8dd07edd26b [
file
]
error
:
`#[inline]`
attribute cannot be used on
enum
variants
-->
$DIR
/
inline
-
attribute
-
enum
-
variant
-
error
.
rs
:
4
:
5
|
LL
|
#[inline]
|
^^^^^^^^^
|
=
help
:
`#[inline]`
can only be applied to functions
error
:
aborting due to
1
previous error