blob: 03954388c2efa748c51d0bcf53bfa8dd07edd26b (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|