diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-08-26 20:47:47 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-08-30 06:10:02 +0200 |
| commit | d35179f66500dbb998651783dbcd55dff6555973 (patch) | |
| tree | b7f9cca95fdd690ae83826e83412a77c2ee5c746 /compiler/rustc_query_system/src/query/job.rs | |
| parent | 5739349e96e2a34dc9dd18e58589b1b3afcaa271 (diff) | |
| download | rust-d35179f66500dbb998651783dbcd55dff6555973.tar.gz rust-d35179f66500dbb998651783dbcd55dff6555973.zip | |
Don't use `wait_for_query` without the Rayon thread pool
Diffstat (limited to 'compiler/rustc_query_system/src/query/job.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/query/job.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/query/job.rs b/compiler/rustc_query_system/src/query/job.rs index 1b124892441..9cba549a3b5 100644 --- a/compiler/rustc_query_system/src/query/job.rs +++ b/compiler/rustc_query_system/src/query/job.rs @@ -124,7 +124,6 @@ impl<D: DepKind> QueryJob<D> { } impl QueryJobId { - #[cfg(not(parallel_compiler))] pub(super) fn find_cycle_in_stack<D: DepKind>( &self, query_map: QueryMap<D>, |
