FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lifetime_in_assoc_type warning

This commit is contained in:
Niv Kaminer 2018-12-17 20:38:50 +02:00
parent e06b81e029
commit aedbe9a963
3 changed files with 1 additions and 6 deletions

View File

@ -16,7 +16,7 @@
use issue_31702_1::U256;
pub struct Ethash {
engine_params: for<'a> fn() -> Option<&'a Vec<u8>>,
engine_params: fn() -> Option<&'static Vec<u8>>,
u256_params: HashMap<String, U256>,
}

View File

@ -11,11 +11,6 @@
// run-pass
// aux-build:issue-31702-1.rs
// aux-build:issue-31702-2.rs
// ignore-test: FIXME(#31702) when this test was added it was thought that the
// accompanying llvm update would fix it, but
// unfortunately it appears that was not the case. In
// the interest of not deleting the test, though,
// this is just tagged with ignore-test
// this test is actually entirely in the linked library crates