Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-inline_const_pat.rs
blob: 3d0df289fb74a2ca71b0fe4e40ceae082a016e07 [
file
] [
log
] [
blame
]
fn
main
()
{
let
const
{
()
}
=
();
//~^ ERROR inline-const in pattern position is experimental [E0658]
}