summary refs log tree commit diff
path: root/src/test/ui/span/visibility-ty-params.stderr
blob: 7719bd48c85bbc26d8bcdb121eef5b6f095a6954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unexpected generic arguments in path
  --> $DIR/visibility-ty-params.rs:16:5
   |
LL | m!{ S<u8> } //~ ERROR unexpected generic arguments in path
   |     ^^^^^

error: unexpected generic arguments in path
  --> $DIR/visibility-ty-params.rs:19:9
   |
LL |     m!{ m<> } //~ ERROR unexpected generic arguments in path
   |         ^^^

error: aborting due to 2 previous errors