Intern LocalDefId list from opaque query
This commit is contained in:
parent
64368d0279
commit
18b7d9eb8c
3 changed files with 16 additions and 3 deletions
|
@ -339,7 +339,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