Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
generics
/
issue-80512-param-reordering-with-defaults.rs
blob: 0e208818ed4593f6094221db58e3c53f6d339d5e [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
struct
S
<
T
=
(),
'a>(&'
a T
);
//~^ ERROR lifetime parameters must be declared prior to type and const parameters