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 has been archived by the owner on Oct 6, 2024. It is now read-only.
error[E0425]: cannot find value `yy` in this scope --> src/main.rs:6:5 | 6 | / paste::expr! { 7 | | println!("{}", [<y y>]); 8 | | } | |_____^ not found in this scope
The text was updated successfully, but these errors were encountered:
This is a consequence of hygiene rules.
The text was updated successfully, but these errors were encountered: