forked from M-Labs/nac3
1
0
Fork 0

core/codegen: add missing comment

This commit is contained in:
lyken 2024-08-05 11:18:45 +08:00 committed by sb10q
parent fb9fe8edf2
commit 221de4d06a
1 changed files with 1 additions and 0 deletions

View File

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