rust/tests/run-make/issue-18943/foo.rs

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

6 lines
60 B
Rust
Raw Normal View History

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