mirror of
https://github.com/RGBCube/cstree
synced 2025-07-28 09:37:44 +00:00
9 lines
216 B
Text
9 lines
216 B
Text
error: syntax kind definitions must be `#[repr(u32)]` to derive `Syntax`
|
|
--> tests/ui/repr/missing_repr.rs:4:1
|
|
|
|
|
4 | / pub enum SyntaxKind {
|
|
5 | | A,
|
|
6 | | #[static_text("b")]
|
|
7 | | B,
|
|
8 | | }
|
|
| |_^
|