14956 -> 14952 exports
This commit is contained in:
parent
7a75ebed09
commit
eb3b29fd09
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ macro_rules! define_queries {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(nonstandard_style)]
|
#[allow(nonstandard_style)]
|
||||||
pub mod queries {
|
mod queries {
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
$(pub struct $name<$tcx> {
|
$(pub struct $name<$tcx> {
|
||||||
|
@ -353,7 +353,7 @@ macro_rules! define_queries {
|
||||||
})*
|
})*
|
||||||
|
|
||||||
#[allow(nonstandard_style)]
|
#[allow(nonstandard_style)]
|
||||||
pub mod query_callbacks {
|
mod query_callbacks {
|
||||||
use super::*;
|
use super::*;
|
||||||
use rustc_middle::dep_graph::DepNode;
|
use rustc_middle::dep_graph::DepNode;
|
||||||
use rustc_middle::ty::query::query_keys;
|
use rustc_middle::ty::query::query_keys;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue