mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
4bb7bf64e0
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
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
|
|
|