WfCheck opaques.
This commit is contained in:
parent
d6f247f3d5
commit
68f7ed4495
3 changed files with 32 additions and 13 deletions
|
@ -1552,7 +1552,7 @@ rustc_queries! {
|
|||
feedable
|
||||
}
|
||||
|
||||
query check_well_formed(key: hir::OwnerId) -> Result<(), ErrorGuaranteed> {
|
||||
query check_well_formed(key: LocalDefId) -> Result<(), ErrorGuaranteed> {
|
||||
desc { |tcx| "checking that `{}` is well-formed", tcx.def_path_str(key) }
|
||||
ensure_forwards_result_if_red
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue