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
summary
refs
log
tree
commit
diff
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][..]); }