Sign in
◑
Theme
rust
/
rust
/
refs/heads/main
/
.
/
tests
/
crashes
/
108248.rs
blob: 36252e29d33f0958c7033c3f39175dab4670fec5 [
file
] [
edit
]
//@ known-bug: #108248
//@ needs-rustc-debug-assertions
//@ compile-flags: -Wunused-lifetimes
fn
main
()
{
let
_
:
extern
fn
<
'a: '
static
>();
}