about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-08-13 09:56:02 -0500
committerSantiago Pastorino <spastorino@gmail.com>2019-08-13 11:56:02 -0300
commit90fa36986175ef3bba8552b3ba80bdd5873f03f0 (patch)
tree4b5177702e94d3e841f0f9f41d7d8a1399e9f132 /src
parent1254cf3f040544cd9bf9b749d9b6a287fd219035 (diff)
downloadrust-90fa36986175ef3bba8552b3ba80bdd5873f03f0.tar.gz
rust-90fa36986175ef3bba8552b3ba80bdd5873f03f0.zip
fix broken link (#421)
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh0
-rw-r--r--src/doc/rustc-dev-guide/src/appendix/code-index.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh b/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh
index e777f349a3c..e777f349a3c 100644..100755
--- a/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh
+++ b/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh
diff --git a/src/doc/rustc-dev-guide/src/appendix/code-index.md b/src/doc/rustc-dev-guide/src/appendix/code-index.md
index 52a7f42d6f9..267a3a3ea54 100644
--- a/src/doc/rustc-dev-guide/src/appendix/code-index.md
+++ b/src/doc/rustc-dev-guide/src/appendix/code-index.md
@@ -19,7 +19,7 @@ Item            |  Kind    | Short description           | Chapter            |
 `ParamEnv` | struct | Information about generic parameters or `Self`, useful for working with associated or generic items | [Parameter Environment] | [src/librustc/ty/mod.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/struct.ParamEnv.html)
 `ParseSess` | struct | This struct contains information about a parsing session | [The parser] | [src/libsyntax/parse/mod.rs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/parse/struct.ParseSess.html)
 `Query` | struct | Represents the result of query to the `Compiler` interface and allows stealing, borrowing, and returning the results of compiler passes. | [The Rustc Driver and Interface] | [src/librustc_interface/queries.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/queries/struct.Query.html)
-`Rib` | struct | Represents a single scope of names | [Name resolution] | [src/librustc_resolve/lib.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_resolve/struct.Rib.html)
+`Rib` | struct | Represents a single scope of names | [Name resolution] | [src/librustc_resolve/lib.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_resolve/late/struct.Rib.html)
 `Session` | struct | The data associated with a compilation session | [The parser], [The Rustc Driver and Interface] | [src/librustc/session/mod.html](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/session/struct.Session.html)
 `SourceFile` | struct | Part of the `SourceMap`. Maps AST nodes to their source code for a single source file. Was previously called FileMap | [The parser] | [src/libsyntax_pos/lib.rs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/source_map/struct.SourceFile.html)
 `SourceMap` | struct | Maps AST nodes to their source code. It is composed of `SourceFile`s. Was previously called CodeMap | [The parser] | [src/libsyntax/source_map.rs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/source_map/struct.SourceMap.html)