Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lifetimes
/
issue-107492-default-value-for-lifetime.rs
blob: f129035d040f1ff5678af9f84b585bdc54965b76 [
file
] [
log
] [
blame
] [
edit
]
pub
struct
DefaultLifetime
<
'a, '
b
=
'
static
>
{
//~^ ERROR unexpected default lifetime parameter
_marker
:
std
::
marker
::
PhantomData
<&
'a &'
b
()>,
}
fn
main
(){}