rust/tests/crashes/108428.rs
2025-01-25 23:40:35 +01:00

6 lines
145 B
Rust

//@ known-bug: #108428
//@ needs-rustc-debug-assertions
//@ compile-flags: -Wunused-lifetimes
fn main() {
let _: extern fn<'a: 'static>();
}