diff --git a/naga/src/back/spv/mod.rs b/naga/src/back/spv/mod.rs index 2528fccb0..c2b1cfa02 100644 --- a/naga/src/back/spv/mod.rs +++ b/naga/src/back/spv/mod.rs @@ -690,7 +690,7 @@ struct BlockContext<'w> { /// SPIR-V ids for expressions we've evaluated. cached: CachedExpressions, - /// The pointers of the cached expressions' SPIR-V ids from [`Block::Context::cached`]. + /// The pointers of the cached expressions' SPIR-V ids from [`BlockContext::cached`]. /// Only used when loaded opaque types need to be passed to a function call. function_arg_ids: crate::FastIndexMap,