mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturon
r? @aturon
This commit is contained in:
commit
f682639ce6
@ -320,7 +320,7 @@ fn process_predicate<'a,'tcx>(selcx: &mut SelectionContext<'a,'tcx>,
|
||||
{
|
||||
match process_predicate1(selcx, pending_obligation, backtrace, region_obligations) {
|
||||
Ok(Some(v)) => {
|
||||
// FIXME the right thing to do here, I think, is to permit
|
||||
// FIXME(#30977) the right thing to do here, I think, is to permit
|
||||
// DAGs. That is, we should detect whenever this predicate
|
||||
// has appeared somewhere in the current tree./ If it's a
|
||||
// parent, that's a cycle, and we should either error out
|
||||
|
Loading…
Reference in New Issue
Block a user