Query-ify global limit attribute handling
This commit is contained in:
@@ -24,3 +24,8 @@ pub use session::*;
|
||||
pub mod output;
|
||||
|
||||
pub use getopts;
|
||||
|
||||
/// Requirements for a `StableHashingContext` to be used in this crate.
|
||||
/// This is a hack to allow using the `HashStable_Generic` derive macro
|
||||
/// instead of implementing everything in `rustc_middle`.
|
||||
pub trait HashStableContext {}
|
||||
|
||||
Reference in New Issue
Block a user