forked from M-Labs/nac3
1
0
Fork 0

Newline "Otherwise, it will be caught..."

This commit is contained in:
lyken 2024-08-27 17:40:27 +08:00
parent 32822f9052
commit e0524c19eb
No known key found for this signature in database
GPG Key ID: 3BD5FC6AC8325DD8
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ impl<'ctx, 'a, G: CodeGenerator + ?Sized> FieldTraversal<'ctx>
self.errors
.push(err.under_context(format!("field #{gep_index} '{name}'").as_str()));
}
} // Otherwise, it will be caught by Struct's `check_type`.
}
// Otherwise, it will be caught by Struct's `check_type`.
}
}