This commit is contained in:
Folkert 2021-02-14 03:18:27 +01:00
parent 210bd18fe3
commit b7ae151d6e

View file

@ -2049,7 +2049,7 @@ fn dict_get(symbol: Symbol, var_store: &mut VarStore) -> Def {
branches: vec![(
// if-condition
no_region(get_flag),
no_region(make_ok.clone()),
no_region(make_ok),
)],
final_else: Box::new(no_region(make_err)),
};