Small comment adjustments
This commit is contained in:
parent
caeb3d525d
commit
9eaec139d0
2 changed files with 3 additions and 1 deletions
|
@ -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) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue