]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/macro-ty-params.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / macro-ty-params.stderr
1 error: generic arguments in macro path
2   --> $DIR/macro-ty-params.rs:10:10
3    |
4 LL |     foo::<T>!();
5    |          ^^^
6
7 error: generic arguments in macro path
8   --> $DIR/macro-ty-params.rs:11:10
9    |
10 LL |     foo::<>!();
11    |          ^^
12
13 error: unexpected generic arguments in path
14   --> $DIR/macro-ty-params.rs:12:15
15    |
16 LL |     m!(Default<>);
17    |               ^^
18
19 error: aborting due to 3 previous errors
20