]> git.proxmox.com Git - rustc.git/blob - tests/ui/hygiene/cross-crate-glob-hygiene.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / hygiene / cross-crate-glob-hygiene.stderr
1 error[E0422]: cannot find struct, variant or union type `MyStruct` in this scope
2 --> $DIR/cross-crate-glob-hygiene.rs:21:13
3 |
4 LL | let x = my_struct!(create);
5 | ^^^^^^^^^^^^^^^^^^ not found in this scope
6 |
7 = note: this error originates in the macro `my_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to 1 previous error
10
11 For more information about this error, try `rustc --explain E0422`.