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-02-03 18:43:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5e1bfb538f
rust
/
tests
/
ui
/
consts
/
issue-62045.rs
6 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-04 00:00:00 +00:00
// check-pass
Add regression test
2019-06-24 13:34:29 +00:00
fn
main
(
)
{
assert_eq!
(
&
mut
[
0
;
1
]
[
..
]
,
&
mut
[
]
)
;
}
Reference in New Issue
Copy Permalink