resolve failed for macro-2.0 #114289
Labels
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
C-bug
Category: This is a bug.
F-decl_macro
`#![feature(decl_macro)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: compile pass
Instead, this happened: compile failed and report: "error[E0412]: cannot find type
A
in modulex
"Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: