]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-40845.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-40845.stderr
1 error: cannot find macro `m!` in this scope
2   --> $DIR/issue-40845.rs:14:10
3    |
4 LL | impl S { m!(); } //~ ERROR cannot find macro `m!` in this scope
5    |          ^
6
7 error: cannot find macro `m!` in this scope
8   --> $DIR/issue-40845.rs:11:11
9    |
10 LL | trait T { m!(); } //~ ERROR cannot find macro `m!` in this scope
11    |           ^
12
13 error: aborting due to 2 previous errors
14