Skip to content

Commit dc8d29b

Browse files
author
Michael A. Plikk
committed
Allow unimplemented in other tests
1 parent 88c3c2f commit dc8d29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-pass/ice_exacte_size.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ struct Foo;
66
impl Iterator for Foo {
77
type Item = ();
88

9+
#[allow(unimplemented)]
910
fn next(&mut self) -> Option<()> {
1011
let _ = self.len() == 0;
1112
unimplemented!()

0 commit comments

Comments
 (0)