summary refs log tree commit diff
path: root/src/test/ui/span/import-ty-params.stderr
blob: cff71bf2e62de6165c61edab5122be60ca1c2249 (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
   |               ^^^^^^^^^^^^^^

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

error: aborting due to 2 previous errors