blob: 89e55baad98f1928e1200326b58d5842e5cf537b [file] [log] [blame]
//@ known-bug: #123140
trait Project {
const SELF: Self;
}
fn take1(_: Project<SELF = { loop {} }>) {}