mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
merge fixes
This commit is contained in:
parent
937722c462
commit
c6cf0b4ebe
4 changed files with 0 additions and 36 deletions
|
@ -1142,11 +1142,7 @@ fn can_extension_type(
|
|||
introduced_variables: &mut IntroducedVariables,
|
||||
local_aliases: &mut VecMap<Symbol, Alias>,
|
||||
references: &mut VecSet<Symbol>,
|
||||
<<<<<<< HEAD
|
||||
opt_ext: &Option<&Loc<TypeAnnotation>>,
|
||||
=======
|
||||
opt_ext: &Option<&Loc<TypeAnnotation<'_>>>,
|
||||
>>>>>>> 28146c939f11c8b65504c9d35c69fdef31b976e8
|
||||
ext_problem_kind: roc_problem::can::ExtensionTypeKind,
|
||||
) -> (Type, ExtImplicitOpenness) {
|
||||
fn valid_record_ext_type(typ: &Type) -> bool {
|
||||
|
@ -1458,11 +1454,7 @@ fn can_assigned_fields<'a>(
|
|||
fn can_assigned_tuple_elems(
|
||||
env: &mut Env,
|
||||
pol: CanPolarity,
|
||||
<<<<<<< HEAD
|
||||
elems: &&[Loc<TypeAnnotation>],
|
||||
=======
|
||||
elems: &&[Loc<TypeAnnotation<'_>>],
|
||||
>>>>>>> 28146c939f11c8b65504c9d35c69fdef31b976e8
|
||||
scope: &mut Scope,
|
||||
var_store: &mut VarStore,
|
||||
introduced_variables: &mut IntroducedVariables,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue