]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/macro-ty-params.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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: generic arguments in macro path
20   --> $DIR/macro-ty-params.rs:12:15
21    |
22 LL |     m!(Default<>);
23    |               ^^
24
25 error: aborting due to 4 previous errors
26