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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
consts
/
issue-62045.rs
blob: 5dac2a18b7bbd96a6b0016c7a93eb90a7dfc6d2d (
plain
)
1
2
3
4
5
//@ check-pass
fn
main
()
{
assert_eq!
(
&
mut
[
0
;
1
][
..
],
&
mut
[]);
}