about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-01-17 16:10:27 +0000
committerbors <bors@rust-lang.org>2016-01-17 16:10:27 +0000
commitf682639ce63e8001f3a7e62649bca2e4a49fb623 (patch)
tree783f0935a21d834ca8468dbf9466af8204127e16
parentbff52927f582e2ca8dea799bd58f06e654295e21 (diff)
parentfcb3d1e7293e3a0b6c3f5bc4f00345a95f649b8e (diff)
downloadrust-f682639ce63e8001f3a7e62649bca2e4a49fb623.tar.gz
rust-f682639ce63e8001f3a7e62649bca2e4a49fb623.zip
Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturon
r? @aturon
-rw-r--r--src/librustc/middle/traits/fulfill.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/traits/fulfill.rs b/src/librustc/middle/traits/fulfill.rs
index 6ef8404cf07..bdf1c4645c0 100644
--- a/src/librustc/middle/traits/fulfill.rs
+++ b/src/librustc/middle/traits/fulfill.rs
@@ -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