Skip to content

Commit

Permalink
fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Jul 22, 2024
1 parent 4c47921 commit ca2daa3
Show file tree
Hide file tree
Showing 87 changed files with 6 additions and 8,565 deletions.
2 changes: 1 addition & 1 deletion sway-core/src/ir_generation/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub(super) fn convert_resolved_type_id(
span: &Span,
) -> Result<Type, CompileError> {
let t = type_engine.get(ast_type);
convert_resolved_type_info(type_engine, decl_engine, context, &*t, span)
convert_resolved_type_info(type_engine, decl_engine, context, &t, span)
}

pub(super) fn convert_resolved_typeid_no_span(
Expand Down
4 changes: 2 additions & 2 deletions sway-core/src/ir_generation/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ impl<'eng> FnCompiler<'eng> {

fn compile_intrinsic_slice_elem(
&mut self,
arguments: &Vec<ty::TyExpression>,
arguments: &[ty::TyExpression],
context: &mut Context,
md_mgr: &mut MetadataManager,
) -> Result<TerminatorValue, CompileError> {
Expand Down Expand Up @@ -2251,7 +2251,7 @@ impl<'eng> FnCompiler<'eng> {

fn compile_intrinsic_slice(
&mut self,
arguments: &Vec<ty::TyExpression>,
arguments: &[ty::TyExpression],
context: &mut Context,
md_mgr: &mut MetadataManager,
) -> Result<TerminatorValue, CompileError> {
Expand Down
1 change: 0 additions & 1 deletion test/src/e2e_vm_tests/in_language_tests/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions test/src/e2e_vm_tests/in_language_tests/Forc.toml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ca2daa3

Please sign in to comment.