Skip to content

Commit

Permalink
add FIXME to fulfill
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 31, 2016
1 parent 38995c9 commit ad97f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc/traits/fulfill.rs
Expand Up @@ -408,6 +408,8 @@ fn process_predicate<'a, 'gcx, 'tcx>(
// also includes references to its upvars as part
// of its type, and those types are resolved at
// the same time.
//
// FIXME(#32286) logic seems false if no upvars
pending_obligation.stalled_on =
trait_ref_type_vars(selcx, data.to_poly_trait_ref());

Expand Down

0 comments on commit ad97f29

Please sign in to comment.