rust/tests/crashes/128848.rs

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

6 lines
87 B
Rust
Raw Normal View History

2024-08-15 22:44:16 +02:00
//@ known-bug: rust-lang/rust#128848
fn f<T>(a: T, b: T, c: T) {
f.call_once()
}