mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 12:32:29 +00:00
1.65 changes and clippy fixes
This commit is contained in:
parent
8f62eeaf7e
commit
a97c53d7ca
17 changed files with 37 additions and 19 deletions
|
@ -1372,7 +1372,7 @@ pub fn constrain_expr(
|
|||
// TODO: better expectation here
|
||||
let link_type_variables_con = {
|
||||
let specialized_type_index = {
|
||||
let typ = types.from_old_type(&**specialized_def_type);
|
||||
let typ = types.from_old_type(specialized_def_type);
|
||||
constraints.push_type(types, typ)
|
||||
};
|
||||
let expected_index =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue