mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
11 lines
345 B
Text
11 lines
345 B
Text
error: argument to `static_text` must be a string literal: `#[static_text("...")]`
|
|
--> tests/ui/static_text/non_expr.rs:7:7
|
|
|
|
|
7 | #[static_text(SyntaxKind)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: expected string literal
|
|
--> tests/ui/static_text/non_expr.rs:7:19
|
|
|
|
|
7 | #[static_text(SyntaxKind)]
|
|
| ^^^^^^^^^^
|