Intern valtree field vector
This commit is contained in:
parent
a4fbac163e
commit
0fe4f38769
4 changed files with 23 additions and 9 deletions
|
@ -789,7 +789,7 @@ rustc_queries! {
|
|||
/// return `None` if that is not possible.
|
||||
query const_to_valtree(
|
||||
key: ty::ParamEnvAnd<'tcx, ConstAlloc<'tcx>>
|
||||
) -> Option<ty::ValTree> {
|
||||
) -> Option<ty::ValTree<'tcx>> {
|
||||
desc { "destructure constant" }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue