]> git.lizzy.rs Git - rust.git/blob - src/test/ui/directory_ownership/macro-expanded-mod.stderr
Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton
[rust.git] / src / test / ui / directory_ownership / macro-expanded-mod.stderr
1 error: Cannot declare a non-inline module inside a block unless it has a path attribute
2   --> $DIR/macro-expanded-mod.rs:12:15
3    |
4 LL |     mod_decl!(foo);
5    |               ^^^
6
7 error: aborting due to previous error
8