about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-10-11 16:10:02 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-10-11 16:10:02 -0700
commitfb667cde598165c83c526c945fa7ab02526dfe76 (patch)
tree6cd7edab821308e4616712d61d4815e69086681d /src
parent72fc2b52dbbd45a2fe60fa383bbc44f8e516e281 (diff)
Update FIXME number
Diffstat (limited to 'src')
-rw-r--r--src/rustc/front/intrinsic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/front/intrinsic.rs b/src/rustc/front/intrinsic.rs
index 879c73308da..2a87f089c8d 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<T>() -> *TyDesc {
         rusti::get_tydesc::<T>() as *TyDesc