about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBoxy <supbscripter@gmail.com>2024-04-01 19:59:05 +0100
committerBoxy <supbscripter@gmail.com>2024-04-01 19:59:05 +0100
commit03dd3293550c68fcdd00b011fcaa4132084f8a03 (patch)
tree0052a177ce8a217b5ac89f5c03b202c8c2722f76
parenta91f6221b95dd21394fae4fd1ca45e56475b355f (diff)
downloadrust-03dd3293550c68fcdd00b011fcaa4132084f8a03.tar.gz
rust-03dd3293550c68fcdd00b011fcaa4132084f8a03.zip
maybe
-rw-r--r--compiler/rustc_middle/src/ty/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/mod.rs b/compiler/rustc_middle/src/ty/mod.rs
index d7c6bffe284..331daa87598 100644
--- a/compiler/rustc_middle/src/ty/mod.rs
+++ b/compiler/rustc_middle/src/ty/mod.rs
@@ -1036,7 +1036,7 @@ impl PlaceholderLike for PlaceholderConst {
 
 /// When interacting with the type system we must provide information about the
 /// environment. `ParamEnv` is the type that represents this information. See the
-/// [dev guide chapter](param_env_guide) for more information.
+/// [dev guide chapter][param_env_guide] for more information.
 ///
 /// [param_env_guide]: https://rustc-dev-guide.rust-lang.org/param_env/param_env_summary.html
 #[derive(Copy, Clone, Hash, PartialEq, Eq)]