Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-17994.rs
blob: 39b0a7ebe74d8adbcee55f0a1cedb10d263eb56d [
file
] [
log
] [
blame
]
trait
Tr
{}
type
Huh
<
T
>
where T
:
Tr
=
isize
;
//~ ERROR type parameter `T` is unused
fn
main
()
{}