This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a20078f044
rust
/
tests
/
ui
/
parser
/
issues
/
issue-56031.rs
7 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Adds diagnostic message and UI test.
2019-03-04 19:00:28 -06:00
struct
T
;
impl
for
T
{
}
Improve recovery for missing trait in a trait impl
2019-03-07 14:18:03 -06:00
//~^ ERROR missing trait in a trait impl
Adds diagnostic message and UI test.
2019-03-04 19:00:28 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink