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-08 07:57:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40d1cb406d
rust
/
tests
/
ui
/
consts
/
check_const-feature-gated.rs
8 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
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