]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-17904-2.stderr
Account for cases where we can find the type arg name, but the local name is `_`
[rust.git] / src / test / ui / parser / issue-17904-2.stderr
1 error: expected item, found keyword `where`
2   --> $DIR/issue-17904-2.rs:3:24
3    |
4 LL | struct Bar<T> { x: T } where T: Copy
5    |                        ^^^^^ expected item
6
7 error: aborting due to previous error
8