Remove the $tcx:tt
parameter from rustc_query_description
It's unnecessary.
This commit is contained in:
parent
7b8e2a52ff
commit
b061550ed3
2 changed files with 6 additions and 6 deletions
|
@ -322,7 +322,7 @@ macro_rules! define_queries {
|
|||
}
|
||||
|
||||
impl<'tcx> QueryDescription<QueryCtxt<'tcx>> for queries::$name<'tcx> {
|
||||
rustc_query_description! { $name<'tcx> }
|
||||
rustc_query_description! { $name }
|
||||
|
||||
type Cache = query_storage::$name<'tcx>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue