Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/queries/incremental-compilation-in-detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn try_mark_green(tcx, current_node) -> bool {
}

// Note: The actual implementation can be found in
// compiler/rustc_middle/src/dep_graph/graph.rs
// compiler/rustc_query_system/src/dep_graph/graph.rs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we move it outside of codeblock and add a link so that linkchecker can catch it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

By using red-green marking we can avoid the devastating cumulative effect of
Expand Down