Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-inline_const.rs
blob: 43ff90d234cb7e86266667297e188623cbf425b6 [
file
] [
log
] [
blame
]
fn
main
()
{
let
_
=
const
{
//~^ ERROR inline-const is experimental [E0658]
true
};
}