We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba76f51 + 5a462e8 commit 9aeccf3Copy full SHA for 9aeccf3
src/librustc/dep_graph/thread.rs
@@ -56,7 +56,7 @@ pub struct DepGraphThreadData {
56
// current buffer, where we accumulate messages
57
messages: VecCell<DepMessage>,
58
59
- // whence to receive new buffer when full
+ // where to receive new buffer when full
60
swap_in: Receiver<Vec<DepMessage>>,
61
62
// where to send buffer when full
0 commit comments