// check-pass // compile-flags: -Z chalk #![allow(dead_code)] trait Foo { } trait Bar where Self: Foo { } fn bar() { } fn main() { }