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
Update: the latest release (0.2.34) makes the macros usable in patterns when the "rust_1_83" crate feature is enabled, and you enable the inline_const_pat unstable language feature in your crate.
I'll close this issue once the language feature is usable on stable.
Hello, currently I am having an issue when trying to match strings using
concatcp
:Let suppose we have following code:
In compilation, I get following error:
Using std's
concat
macro works, but with concatcp I can use a constant to avoid repetitions, in this case, ofabc/
.Thank you for this crate!
The text was updated successfully, but these errors were encountered: