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
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
parser
/
issues
/
issue-17904-2.rs
4 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Use token description in "expected/found" parse messages
2018-10-28 16:05:07 -07:00
struct
Bar
<
T
>
{
x
:
T
}
where
T
:
Copy
//~ ERROR expected item, found keyword `where`
Implement default type parameters in generics.
2014-01-30 19:28:02 +02:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink