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