add test suit
This commit is contained in:
parent
38bd2514ad
commit
ec7364f227
1 changed files with 3 additions and 0 deletions
|
|
@ -26,4 +26,7 @@ fn main() {
|
|||
// Issue #6808
|
||||
let arr: [u8; 64] = [0; 64];
|
||||
let _: Vec<_> = arr.iter().cloned().collect();
|
||||
|
||||
// Issue #6703
|
||||
let _: Vec<isize> = v.iter().copied().collect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue