Skip to content

Commit fcb3d1e

Browse files
committed
add fixme number into code
1 parent 8760874 commit fcb3d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/traits/fulfill.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ fn process_predicate<'a,'tcx>(selcx: &mut SelectionContext<'a,'tcx>,
320320
{
321321
match process_predicate1(selcx, pending_obligation, backtrace, region_obligations) {
322322
Ok(Some(v)) => {
323-
// FIXME the right thing to do here, I think, is to permit
323+
// FIXME(#30977) the right thing to do here, I think, is to permit
324324
// DAGs. That is, we should detect whenever this predicate
325325
// has appeared somewhere in the current tree./ If it's a
326326
// parent, that's a cycle, and we should either error out

0 commit comments

Comments
 (0)