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