]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/visibility-ty-params.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / span / visibility-ty-params.stderr
1 error: unexpected generic arguments in path
2   --> $DIR/visibility-ty-params.rs:6:5
3    |
4 LL | m!{ S<u8> }
5    |     ^^^^^
6
7 error: unexpected generic arguments in path
8   --> $DIR/visibility-ty-params.rs:10:9
9    |
10 LL |     m!{ m<> }
11    |         ^^^
12
13 error[E0577]: expected module, found struct `S`
14   --> $DIR/visibility-ty-params.rs:6:5
15    |
16 LL | m!{ S<u8> }
17    |     -^^^^
18    |     |
19    |     help: a module with a similar name exists: `m`
20
21 error: aborting due to 3 previous errors
22