diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2021-08-19 20:30:33 -0700 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2021-08-27 14:50:51 -0700 |
| commit | cd0fc444fb0edb4df0bd8091706d3819313a9df4 (patch) | |
| tree | a27934154a2d45e254f98fca1c13aa3bac3ea79d /compiler/rustc_query_impl/src/lib.rs | |
| parent | 2f48bfa88c1c742ed058fc8af096d8cedc138434 (diff) | |
| download | rust-cd0fc444fb0edb4df0bd8091706d3819313a9df4.tar.gz rust-cd0fc444fb0edb4df0bd8091706d3819313a9df4.zip | |
Note that type aliases cannot be recursive
Diffstat (limited to 'compiler/rustc_query_impl/src/lib.rs')
| -rw-r--r-- | compiler/rustc_query_impl/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_query_impl/src/lib.rs b/compiler/rustc_query_impl/src/lib.rs index 5022bf26532..bb0e6511159 100644 --- a/compiler/rustc_query_impl/src/lib.rs +++ b/compiler/rustc_query_impl/src/lib.rs @@ -51,6 +51,8 @@ pub use on_disk_cache::OnDiskCache; mod profiling_support; pub use self::profiling_support::alloc_self_profile_query_strings; +mod util; + rustc_query_append! { [define_queries!][<'tcx>] } impl<'tcx> Queries<'tcx> { |
