Skip to content

Commit

Permalink
link FIXME to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 5, 2018
1 parent fdc7d43 commit ac66730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/solve/slg/on_demand/logic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ impl Forest {
// For now, we always pick the last subgoal in the
// list.
//
// FIXME -- we should be more selective. For example, we
// don't want to pick a negative literal that will
// flounder, and we don't want to pick things like `?T:
// Sized` if we can help it.
// FIXME(rust-lang-nursery/chalk#80) -- we should be more
// selective. For example, we don't want to pick a
// negative literal that will flounder, and we don't want
// to pick things like `?T: Sized` if we can help it.
let subgoal_index = strand.ex_clause.subgoals.len() - 1;

// Get or create table for this subgoal.
Expand Down

0 comments on commit ac66730

Please sign in to comment.