Skip to content

Commit aedbe9a

Browse files
committed
FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lifetime_in_assoc_type warning
1 parent e06b81e commit aedbe9a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/test/run-pass/auxiliary/issue-31702-2.rs renamed to src/test/run-pass/issues/auxiliary/issue-31702-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::collections::HashMap;
1616
use issue_31702_1::U256;
1717

1818
pub struct Ethash {
19-
engine_params: for<'a> fn() -> Option<&'a Vec<u8>>,
19+
engine_params: fn() -> Option<&'static Vec<u8>>,
2020
u256_params: HashMap<String, U256>,
2121
}
2222

src/test/run-pass/issues/issue-31702.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
// run-pass
1212
// aux-build:issue-31702-1.rs
1313
// aux-build:issue-31702-2.rs
14-
// ignore-test: FIXME(#31702) when this test was added it was thought that the
15-
// accompanying llvm update would fix it, but
16-
// unfortunately it appears that was not the case. In
17-
// the interest of not deleting the test, though,
18-
// this is just tagged with ignore-test
1914

2015
// this test is actually entirely in the linked library crates
2116

0 commit comments

Comments
 (0)