]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/diagnostics.rs
Rollup merge of #57860 - jethrogb:jb/sgx-os-ffi, r=joshtriplett
[rust.git] / src / librustc_mir / diagnostics.rs
index a324761f06ab54c36c1fa46519edd7a758b1e866..ea9e19c75c215473058f94a889116a58cd4c4253 100644 (file)
@@ -573,7 +573,7 @@ pub enum Method { GET, POST }
 ```
 "##,
 
-// FIXME(#24111) Change the language here when const fn stabilizes
+// FIXME(#57563) Change the language here when const fn stabilizes
 E0015: r##"
 The only functions that can be called in static or constant expressions are
 `const` functions, and struct/enum constructors. `const` functions are only