mirror of
https://github.com/RGBCube/cstree
synced 2025-07-27 09:07:44 +00:00
5 lines
193 B
Text
5 lines
193 B
Text
error: `static_text` takes the text as a function argument: `#[static_text("...")]`
|
|
--> tests/ui/static_text/text_assigned.rs:7:5
|
|
|
|
|
7 | #[static_text = "b"]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|