rustc/tests/run-make/issue-18943/foo.rs
2023-09-14 08:56:40 +02:00

6 lines
60 B
Rust

trait Foo { }
trait Bar { }
impl<'a> Foo for Bar + 'a { }