summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro_path_as_generic_bound.stderr
blob: e25ff57e57f36ee82ac16c28da79a69fe4a38f4c (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 1 previous error

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