diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-03-09 04:14:18 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2018-03-10 07:06:48 -0500 |
| commit | 0dbe7e95f726ec63285fc58fe94a3c008d796ff4 (patch) | |
| tree | 1d9128b93fc19bc1ac727631ec9d51dda21d1749 /src/doc/rustc-dev-guide | |
| parent | e200cf8dce6f0b90bd2a5ba13e67a4ba134195e1 (diff) | |
| download | rust-0dbe7e95f726ec63285fc58fe94a3c008d796ff4.tar.gz rust-0dbe7e95f726ec63285fc58fe94a3c008d796ff4.zip | |
clarify how there are two traits chapters
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/trait-resolution.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/traits.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/trait-resolution.md b/src/doc/rustc-dev-guide/src/trait-resolution.md index cccfcd54b84..d6edcf68a94 100644 --- a/src/doc/rustc-dev-guide/src/trait-resolution.md +++ b/src/doc/rustc-dev-guide/src/trait-resolution.md @@ -6,7 +6,7 @@ some non-obvious things. **Note:** This chapter (and its subchapters) describe how the trait solver **currently** works. However, we are in the process of designing a new trait solver. If you'd prefer to read about *that*, -see [the traits chapter](./traits.html). +see [*this* traits chapter](./traits.html). ## Major concepts diff --git a/src/doc/rustc-dev-guide/src/traits.md b/src/doc/rustc-dev-guide/src/traits.md index 28e27e82eb2..0098704d875 100644 --- a/src/doc/rustc-dev-guide/src/traits.md +++ b/src/doc/rustc-dev-guide/src/traits.md @@ -4,7 +4,7 @@ the process of being implemented; this chapter serves as a kind of in-progress design document. If you would prefer to read about how the current trait solver works, check out -[this chapter](./trait-resolution.html).🚧 +[this other chapter](./trait-resolution.html).🚧 Trait solving is based around a few key ideas: |
