This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
15c4ccef03
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 20:00:28 -05:00
struct
T
;
impl
for
T
{
}
Improve recovery for missing trait in a trait impl
2019-03-07 23:18:03 +03:00
//~^ ERROR missing trait in a trait impl
Adds diagnostic message and UI test.
2019-03-04 20:00:28 -05:00
fn
main
(
)
{
}
Copy permalink