index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
check_const-feature-gated.rs
blob: 1c816d5d7c32f3b26427fc6ecf4f8b68ba1fa49a (
plain
)
1
2
3
4
5
const ARR: [usize; 1] = [2]; fn main() { let _ = 5 << ARR[0]; }