]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/assoc.rs
Rollup merge of #27369 - brson:realstd, r=alexcrichton
[rust.git] / src / librustc_typeck / check / assoc.rs
index 75263c35d595822f33562b7fe6613ef8071d2b90..c80c48a96922dd7dd3c63df3b705918a86dcc1d6 100644 (file)
@@ -16,7 +16,7 @@
 use syntax::ast;
 use syntax::codemap::Span;
 
-//FIME(@jroesch): Refactor this
+//FIXME(@jroesch): Ideally we should be able to drop the fulfillment_cx argument.
 pub fn normalize_associated_types_in<'a,'tcx,T>(infcx: &InferCtxt<'a,'tcx>,
                                                 fulfillment_cx: &mut FulfillmentContext<'tcx>,
                                                 span: Span,