Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obk
Intern `LocalDefId` list from `opaque_types_defined_by` query r? oli-obk
This commit is contained in:
commit
acc68e90bc
3 changed files with 16 additions and 3 deletions
|
@ -341,7 +341,7 @@ rustc_queries! {
|
|||
|
||||
query opaque_types_defined_by(
|
||||
key: LocalDefId
|
||||
) -> &'tcx [LocalDefId] {
|
||||
) -> &'tcx ty::List<LocalDefId> {
|
||||
desc {
|
||||
|tcx| "computing the opaque types defined by `{}`",
|
||||
tcx.def_path_str(key.to_def_id())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue