about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-09-03 23:30:38 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-09-04 01:40:04 +0530
commit956c5977ac9a5000dec53baae88c9cef1ec92ed0 (patch)
tree37e4b8312a76d57a1d0138fa5dad49fa24be0cee /src
parent75ca401f2df6d582bba38d3477fdd1b811c8a41c (diff)
parent9e79fc2d220c707471bcfc89e4fafeb5b8b4270b (diff)
downloadrust-956c5977ac9a5000dec53baae88c9cef1ec92ed0.tar.gz
rust-956c5977ac9a5000dec53baae88c9cef1ec92ed0.zip
Rollup merge of #28194 - steveklabnik:add_fixme, r=alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/librustc/middle/reachable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/reachable.rs b/src/librustc/middle/reachable.rs
index e53d0073668..215368754c9 100644
--- a/src/librustc/middle/reachable.rs
+++ b/src/librustc/middle/reachable.rs
@@ -344,7 +344,7 @@ impl<'a, 'tcx> ReachableContext<'a, 'tcx> {
 
     // Step 3: Mark all destructors as reachable.
     //
-    // FIXME(pcwalton): This is a conservative overapproximation, but fixing
+    // FIXME #10732: This is a conservative overapproximation, but fixing
     // this properly would result in the necessity of computing *type*
     // reachability, which might result in a compile time loss.
     fn mark_destructors_reachable(&mut self) {