Implement param_env for RPITITs assoc type
This commit is contained in:
parent
290c638b5f
commit
bc9ffbeb50
3 changed files with 16 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue