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