rust/tests/crashes/123456.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
196 B
Rust
Raw Normal View History

2024-04-16 23:01:07 +00:00
//@ known-bug: #123456
trait Project {
const SELF: Self;
}
fn take1(
_: Project<
SELF = {
j2.join().unwrap();
},
>,
) {
}
pub fn main() {}