index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
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
][
..
]);
}