diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-04-08 01:52:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 08:52:05 +0200 |
| commit | 2eabf5acfb0e9896df7301d5a53ca897fb173282 (patch) | |
| tree | 2d75aa8b399c0781a28be0e365c439df2040d880 /src/doc/rustc-dev-guide | |
| parent | 64a47ac3599b6bf6d52b4f24ad9c88c2f071b202 (diff) | |
| download | rust-2eabf5acfb0e9896df7301d5a53ca897fb173282.tar.gz rust-2eabf5acfb0e9896df7301d5a53ca897fb173282.zip | |
fix a link (#672)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/traits/chalk-overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/traits/chalk-overview.md b/src/doc/rustc-dev-guide/src/traits/chalk-overview.md index 88ae7b5a232..64cb589c1b0 100644 --- a/src/doc/rustc-dev-guide/src/traits/chalk-overview.md +++ b/src/doc/rustc-dev-guide/src/traits/chalk-overview.md @@ -229,7 +229,7 @@ Likewise, lowering tests use the [`lowering_success!` and [rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues [universal quantification]: https://en.wikipedia.org/wiki/Universal_quantification -[`ProgramClause`]: https://rust-lang.github.io/chalk/chalk_ir/enum.ProgramClause.html +[`ProgramClause`]: https://rust-lang.github.io/chalk/chalk_ir/struct.ProgramClause.html [`ProgramEnvironment`]: https://rust-lang.github.io/chalk/chalk_integration/program_environment/struct.ProgramEnvironment.html [chalk_engine]: https://rust-lang.github.io/chalk/chalk_engine [chalk_ir]: https://rust-lang.github.io/chalk/chalk_ir/index.html |
