]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/cross-crate-glob-hygiene.stderr
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
[rust.git] / src / test / 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 previous error
10
11 For more information about this error, try `rustc --explain E0422`.