From fb667cde598165c83c526c945fa7ab02526dfe76 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 11 Oct 2012 16:10:02 -0700 Subject: [PATCH] Update FIXME number --- src/rustc/front/intrinsic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/front/intrinsic.rs b/src/rustc/front/intrinsic.rs index 879c73308da8..2a87f089c8db 100644 --- a/src/rustc/front/intrinsic.rs +++ b/src/rustc/front/intrinsic.rs @@ -6,7 +6,7 @@ mod intrinsic { pub use rusti::visit_tydesc; - // FIXME (#2712): remove this when the interface has settled and the + // FIXME (#3727): remove this when the interface has settled and the // version in sys is no longer present. pub fn get_tydesc() -> *TyDesc { rusti::get_tydesc::() as *TyDesc