1
Fork 0

Implement param_env for RPITITs assoc type

This commit is contained in:
Santiago Pastorino 2023-03-03 12:38:36 -03:00
parent 290c638b5f
commit bc9ffbeb50
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
3 changed files with 16 additions and 2 deletions

View file

@ -1324,6 +1324,7 @@ rustc_queries! {
/// might want to use `reveal_all()` method to change modes.
query param_env(def_id: DefId) -> ty::ParamEnv<'tcx> {
desc { |tcx| "computing normalized predicates of `{}`", tcx.def_path_str(def_id) }
feedable
}
/// Like `param_env`, but returns the `ParamEnv` in `Reveal::All` mode.