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

error: unexpected generic arguments in path
  --> $DIR/import-ty-params.rs:17:15
   |
LL |     import! { a::b::c::S<> }
   |               ^^^^^^^^^^^^

error: aborting due to 2 previous errors