about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2025-04-29 12:04:33 +0200
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2025-04-29 12:04:33 +0200
commit08b27ffbe89c26d0307b524c4f920bcc704ba23d (patch)
tree4982b352d9668e4ee3262620b400d1700fb96eba /compiler/rustc_middle/src
parentcff9efde748b6027fe9f135ddd5aaf8a3276601d (diff)
downloadrust-08b27ffbe89c26d0307b524c4f920bcc704ba23d.tar.gz
rust-08b27ffbe89c26d0307b524c4f920bcc704ba23d.zip
Add some comments
Diffstat (limited to 'compiler/rustc_middle/src')
-rw-r--r--compiler/rustc_middle/src/ty/context.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/src/ty/context.rs b/compiler/rustc_middle/src/ty/context.rs
index eb12249882e..a185b29092a 100644
--- a/compiler/rustc_middle/src/ty/context.rs
+++ b/compiler/rustc_middle/src/ty/context.rs
@@ -1440,6 +1440,7 @@ pub struct GlobalCtxt<'tcx> {
 
     current_gcx: CurrentGcx,
 
+    /// A jobserver reference used to release then acquire a token while waiting on a query.
     pub jobserver_proxy: Arc<Proxy>,
 }