We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
param_env_reveal_all_normalized
1 parent a8486b6 commit 0ae4bf9Copy full SHA for 0ae4bf9
compiler/rustc_middle/src/query/mod.rs
@@ -956,7 +956,7 @@ rustc_queries! {
956
desc { |tcx| "computing normalized predicates of `{}`", tcx.def_path_str(def_id) }
957
}
958
959
- /// Like `param_env`, but returns the `ParamEnv in `Reveal::All` mode.
+ /// Like `param_env`, but returns the `ParamEnv` in `Reveal::All` mode.
960
/// Prefer this over `tcx.param_env(def_id).with_reveal_all_normalized(tcx)`,
961
/// as this method is more efficient.
962
query param_env_reveal_all_normalized(def_id: DefId) -> ty::ParamEnv<'tcx> {
0 commit comments