core/codegen: add missing comment

This commit is contained in:
lyken 2024-08-05 11:18:45 +08:00
parent 4b927fa62f
commit 1b29844948
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ pub fn gen_assign<'ctx, G: CodeGenerator>(
Ok(()) Ok(())
} }
/// See [`CodeGenerator::gen_assign_target_list`].
pub fn gen_assign_target_list<'ctx, G: CodeGenerator>( pub fn gen_assign_target_list<'ctx, G: CodeGenerator>(
generator: &mut G, generator: &mut G,
ctx: &mut CodeGenContext<'ctx, '_>, ctx: &mut CodeGenContext<'ctx, '_>,