You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
error: expected one of `.`, `?`, `]`, or an operator, found `"example"`
--> sandbox/src/lib.rs:20:38
|
20 | #[doc = create_string!() "example"]
| ^^^^^^^^^ expected one of `.`, `?`, `]`, or an operator
...
26 | example!();
I'm incredibly new to macros so I don't know if this is even possible to address.
If a macro that produces a string literal is used in
#[doc],pastedoes not concat.