about summary refs log tree commit diff
path: root/tests/ui/macros/macro_path_as_generic_bound.stderr
blob: 9fe4ad27aa0599ace085903e1b0e753a625ab00e (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `m`
  --> $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`.