Skip to content

Commit 8e87c1c

Browse files
camelidJoshua Nelson
authored andcommitted
Update param_env link
`rustc_ty` was recently [renamed] to `rustc_ty_utils`, so this link has to be updated. [renamed]: rust-lang/rust@f59d030
1 parent da0701b commit 8e87c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/param_env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can get the parameter environment for a `def_id` using the
2525
your use case. Using the `ParamEnv` from the surrounding context can allow you
2626
to evaluate more things. For example, suppose we had something the following:
2727

28-
[query]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ty/ty/fn.param_env.html
28+
[query]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ty_utils/ty/fn.param_env.html
2929

3030
```rust
3131
trait Foo {

0 commit comments

Comments
 (0)