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 Dec 27, 2022. It is now read-only.
#[macro_use]externcrate mashup;fnmain(){let yy = 0;mashup!{
m["y"] = y y;}m!{
println!("{}","y");}}
error[E0425]: cannot find value `yy` in this scope
--> src/main.rs:11:5
|
11 | / m! {
12 | | println!("{}", "y");
13 | | }
| |_____^ not found in this scope
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
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: