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