rust/tests/target/issue-3639.rs

6 lines
79 B
Rust

trait Foo {}
struct Bar {}
struct Bax;
struct Baz(String);
impl Foo for Bar {}