This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cb4d9a1902b3ea17e93872dafb76d24aa6295c47
rust
/
tests
/
ui
/
issues
/
issue-17994.rs
4 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for #17994 Closes #17994.
2015-09-10 16:02:00 -04:00
trait
Tr
{
}
E0122 should apply with where clauses
2017-01-18 00:16:19 -06:00
type
Huh
<
T
>
where
T
:
Tr
=
isize
;
//~ ERROR type parameter `T` is unused
Add test for #17994 Closes #17994.
2015-09-10 16:02:00 -04:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink