mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00
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
|
|
|