Skip to content

Commit

Permalink
FIXME(31702) remove fixme, move auxiliaries to the right place and fi…
Browse files Browse the repository at this point in the history
…x hr_lifetime_in_assoc_type warning
  • Loading branch information
nivkner committed Dec 19, 2018
1 parent e06b81e commit aedbe9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Expand Up @@ -16,7 +16,7 @@ use std::collections::HashMap;
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>,
}

Expand Down
5 changes: 0 additions & 5 deletions src/test/run-pass/issues/issue-31702.rs
Expand Up @@ -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

Expand Down

0 comments on commit aedbe9a

Please sign in to comment.