about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-11-23 15:10:44 -0800
committerJoshua Nelson <joshua@yottadb.com>2020-11-23 18:40:46 -0500
commit36fb53e9843d927a2b8f81c711e67d3c1d2bb09b (patch)
treea7b3049b26fa130ee1c5c042999632372ba25390 /src/doc
parent157db48097637eec482abac07551033dea57b2e1 (diff)
downloadrust-36fb53e9843d927a2b8f81c711e67d3c1d2bb09b.tar.gz
rust-36fb53e9843d927a2b8f81c711e67d3c1d2bb09b.zip
Update `param_env` link
`rustc_ty` was recently [renamed] to `rustc_ty_utils`, so this link has
to be updated.

[renamed]: https://github.com/rust-lang/rust/commit/f59d03038c8601a66bd165a2f1980109665d077c
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/param_env.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/param_env.md b/src/doc/rustc-dev-guide/src/param_env.md
index aa6d6e2155c..9050c5c79d6 100644
--- a/src/doc/rustc-dev-guide/src/param_env.md
+++ b/src/doc/rustc-dev-guide/src/param_env.md
@@ -25,7 +25,7 @@ You can get the parameter environment for a `def_id` using the
 your use case. Using the `ParamEnv` from the surrounding context can allow you
 to evaluate more things. For example, suppose we had something the following:
 
-[query]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ty/ty/fn.param_env.html
+[query]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ty_utils/ty/fn.param_env.html
 
 ```rust
 trait Foo {