]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/assert-ne-macro-unsized.rs
Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demerits...
[rust.git] / tests / ui / macros / assert-ne-macro-unsized.rs
1 // run-pass
2 pub fn main() {
3     assert_ne!([6, 6, 6][..], vec![1, 2, 3][..]);
4 }