From 03dd3293550c68fcdd00b011fcaa4132084f8a03 Mon Sep 17 00:00:00 2001 From: Boxy Date: Mon, 1 Apr 2024 19:59:05 +0100 Subject: [PATCH] maybe --- compiler/rustc_middle/src/ty/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_middle/src/ty/mod.rs b/compiler/rustc_middle/src/ty/mod.rs index d7c6bffe284ff..331daa87598de 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)]