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