Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
imalsogreg committed Nov 22, 2024
1 parent f4ee739 commit 2bf8f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub(super) fn validate(ctx: &mut Context<'_>) {
Generator::Codegen(gen) => Some(gen.output_type),
Generator::BoundaryCloud(_) => None
}).collect::<HashSet<_>>();
classes::assert_no_reserved_names_in_fields(ctx, &codegen_targets);
classes::assert_no_field_name_collisions(ctx, &codegen_targets);

if !ctx.diagnostics.has_errors() {
cycle::validate(ctx);
Expand Down

0 comments on commit 2bf8f73

Please sign in to comment.