blob: c4454ff23e6a484ea495168d90f31104d65ddbe6 [file] [edit]
error[E0433]: cannot find module or crate `m` in this scope
--> $DIR/macro_path_as_generic_bound.rs:7:6
|
LL | foo!(m::m2::A);
| ^ use of unresolved module or unlinked crate `m`
|
= help: you might be missing a crate named `m`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.