1
Fork 0

Small comment adjustments

This commit is contained in:
oli 2020-12-26 14:50:32 +00:00
parent caeb3d525d
commit 9eaec139d0
2 changed files with 3 additions and 1 deletions

View file

@ -935,7 +935,6 @@ rustc_queries! {
}
Codegen {
// FIXME: remove after figuring out how to make miri able to detect non-Rust function calls
query is_ctfe_mir_available(key: DefId) -> bool {
desc { |tcx| "checking if item has ctfe mir available: `{}`", tcx.def_path_str(key) }
}