Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
crashes
/
108428.rs
blob: b18123b6a7c400c083e71ac88f0d6cc2e6ebf6a1 [
file
] [
log
] [
blame
]
//@ known-bug: #108428
//@ needs-rustc-debug-assertions
//@ compile-flags: -Wunused-lifetimes
fn
main
()
{
let
_
:
extern
fn
<
'a: '
static
>();
}