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