This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-04 14:07:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5819b2b9b
rust
/
tests
/
ui
/
consts
/
check_const-feature-gated.rs
8 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
// run-pass
fix const index feature-gate regression
2015-12-04 14:35:07 +00:00
const
ARR
:
[
usize
;
1
]
=
[
2
]
;
fn
main
(
)
{
let
_
=
5
<
<
ARR
[
0
]
;
}
Reference in New Issue
Copy Permalink