index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
feature-gates
/
feature-gate-inline_const.rs
blob: 43ff90d234cb7e86266667297e188623cbf425b6 (
plain
)
1
2
3
4
5
6
fn
main
()
{
let
_
=
const
{
//~^ ERROR inline-const is experimental [E0658]
true
};
}