We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e339f commit 473b5d5Copy full SHA for 473b5d5
compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
@@ -221,7 +221,7 @@ impl AssocItemQSelf {
221
/// through const generics need to have their type "fed" to them
222
/// using the query system.
223
///
224
-/// Use this enum with [`Const::from_const_arg`] to instruct it with the
+/// Use this enum with `<dyn HirTyLowerer>::lower_const_arg` to instruct it with the
225
/// desired behavior.
226
#[derive(Debug, Clone, Copy)]
227
pub enum FeedConstTy {
0 commit comments