Skip to content

Commit 49b868e

Browse files
committed
update link
1 parent 07c92b8 commit 49b868e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ of a crate.][passes] Then the codegen backend invokes the
286286
for that function and then creates codegen units. This kind of split will need
287287
to remain to ensure that unreachable functions still have their errors emitted.
288288

289-
[passes]: https://github.com/rust-lang/rust/blob/45ebd5808afd3df7ba842797c0fcd4447ddf30fb/src/librustc_interface/passes.rs#L824
289+
[passes]: https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/compiler/rustc_interface/src/passes.rs#L791
290290

291291
Moreover, the compiler wasn't originally built to use a query system; the query
292292
system has been retrofitted into the compiler, so parts of it are not query-fied

0 commit comments

Comments
 (0)