Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Oct 20, 2023
1 parent d656cbb commit b8ef5cc
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 258 deletions.
2 changes: 1 addition & 1 deletion src/front/wgsl/lower/construction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {
ty_span: Span,
components: &[Handle<ast::Expression<'source>>],
ctx: &mut ExpressionContext<'source, '_, '_>,
) -> Result<Handle<crate::Expression>, Error<'source>> {
) -> Result<super::Typed<Handle<crate::Expression>>, Error<'source>> {
let constructor_h = self.constructor(constructor, ctx)?;

let components_h = match *components {
Expand Down
Loading

0 comments on commit b8ef5cc

Please sign in to comment.