Rename implied_const_bounds to explicit_implied_const_bounds
This commit is contained in:
parent
89b6885529
commit
588c4c45d5
12 changed files with 17 additions and 20 deletions
|
@ -697,7 +697,7 @@ rustc_queries! {
|
|||
separate_provide_extern
|
||||
}
|
||||
|
||||
query implied_const_bounds(
|
||||
query explicit_implied_const_bounds(
|
||||
key: DefId
|
||||
) -> ty::EarlyBinder<'tcx, &'tcx [(ty::PolyTraitRef<'tcx>, Span)]> {
|
||||
desc { |tcx| "computing the implied `~const` bounds for `{}`",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue