Skip to content

Commit c6462ee

Browse files
committed
Comments only: annotate FIXMEs in reflect
1 parent 1642df8 commit c6462ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/trans/reflect.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ impl methods for reflector {
156156
}
157157

158158
// FIXME: fetch constants out of intrinsic:: for the numbers.
159+
// (#2594)
159160
ty::ty_fn(fty) {
160161
let pureval = alt fty.purity {
161162
ast::pure_fn { 0u }
@@ -217,7 +218,7 @@ impl methods for reflector {
217218
// FIXME: visiting all the variants in turn is probably
218219
// not ideal. It'll work but will get costly on big enums.
219220
// Maybe let the visitor tell us if it wants to visit only
220-
// a particular variant?
221+
// a particular variant? (#2595)
221222
ty::ty_enum(did, substs) {
222223
let bcx = self.bcx;
223224
let tcx = bcx.ccx().tcx;

0 commit comments

Comments
 (0)