rust/tests/crashes/123456.rs
2024-04-18 06:13:47 +02:00

17 lines
196 B
Rust

//@ known-bug: #123456
trait Project {
const SELF: Self;
}
fn take1(
_: Project<
SELF = {
j2.join().unwrap();
},
>,
) {
}
pub fn main() {}