about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2023-06-29 19:55:50 +0200
committerTshepang Mbambo <tshepang@gmail.com>2023-07-03 00:51:52 +0200
commit01030d9a3288222933eeffc87b92cb5d5ebf2ec6 (patch)
tree6b4b5acdd6775baae8346bb6f18df3136727aee8 /src/doc/rustc-dev-guide
parent53b4b16753ba2d125a5e01ba56ccabe96d45fce2 (diff)
downloadrust-01030d9a3288222933eeffc87b92cb5d5ebf2ec6.tar.gz
rust-01030d9a3288222933eeffc87b92cb5d5ebf2ec6.zip
update link
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/overview.md b/src/doc/rustc-dev-guide/src/overview.md
index de06c742bdc..797f4d8e293 100644
--- a/src/doc/rustc-dev-guide/src/overview.md
+++ b/src/doc/rustc-dev-guide/src/overview.md
@@ -286,7 +286,7 @@ of a crate.][passes] Then the codegen backend invokes the
 for that function and then creates codegen units. This kind of split will need
 to remain to ensure that unreachable functions still have their errors emitted.
 
-[passes]: https://github.com/rust-lang/rust/blob/45ebd5808afd3df7ba842797c0fcd4447ddf30fb/src/librustc_interface/passes.rs#L824
+[passes]: https://github.com/rust-lang/rust/blob/e69c7306e2be08939d95f14229e3f96566fb206c/compiler/rustc_interface/src/passes.rs#L791
 
 Moreover, the compiler wasn't originally built to use a query system; the query
 system has been retrofitted into the compiler, so parts of it are not query-fied