rust/tests/target/issue-3639.rs

6 lines
79 B
Rust
Raw Normal View History

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