1
Fork 0

14956 -> 14952 exports

This commit is contained in:
klensy 2022-02-08 00:13:31 +03:00
parent 7a75ebed09
commit eb3b29fd09

View file

@ -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;