summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro_path_as_generic_bound.stderr
blob: 00d954d24f380c2c31226fc7e7bdb7e19ec711ce (plain)
1
2
3
4
5
6
7
8
9
error[E0433]: failed to resolve: use of undeclared crate or module `m`
  --> $DIR/macro_path_as_generic_bound.rs:7:6
   |
LL | foo!(m::m2::A);
   |      ^ use of undeclared crate or module `m`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.