address nits
This commit is contained in:
parent
ee66acbea8
commit
99efae342e
4 changed files with 18 additions and 17 deletions
|
@ -704,7 +704,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
query adt_sized_constraint(key: DefId) -> Option<ty::EarlyBinder<Ty<'tcx>>> {
|
||||
desc { |tcx| "computing `Sized` constraint for `{}`", tcx.def_path_str(key) }
|
||||
desc { |tcx| "computing the `Sized` constraint for `{}`", tcx.def_path_str(key) }
|
||||
}
|
||||
|
||||
query adt_dtorck_constraint(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue