rust/tests/ui/parser/issues/issue-56031.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
80 B
Rust
Raw Normal View History

2019-03-04 19:00:28 -06:00
struct T;
impl for T {}
//~^ ERROR missing trait in a trait impl
2019-03-04 19:00:28 -06:00
fn main() {}