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
/
src
/
test
/
ui
/
macros
/
assert-eq-macro-unsized.rs
blob: 00823216bf6f7b910099823dbb7e44134ae06b4b (
plain
)
1
2
3
4
// run-pass
pub
fn
main
()
{
assert_eq!
([
1
,
2
,
3
][
..
],
vec!
[
1
,
2
,
3
][
..
]);
}