]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro_path_as_generic_bound.stderr
e4044f5aaf2be36fb528efdf369ea57eca5b3032
[rust.git] / src / test / ui / macros / macro_path_as_generic_bound.stderr
1 error[E0433]: failed to resolve. Use of undeclared type or module `m`
2   --> $DIR/macro_path_as_generic_bound.rs:17:6
3    |
4 17 | foo!(m::m2::A);
5    |      ^^^^^^^^ Use of undeclared type or module `m`
6
7 error: cannot continue compilation due to previous error
8