address nits
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user