1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

revert panic message, changelog

This commit is contained in:
schaeff 2021-05-06 11:50:50 +02:00
parent d7c7c8ae03
commit ac313fbf7c
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix crash when updating a constant struct member to another constant

View file

@ -88,7 +88,7 @@ impl<'ast, 'a, T: Field> Propagator<'ast, 'a, T> {
}
_ => unreachable!(),
},
e => unreachable!("should be an array value, found {}", e),
_ => unreachable!("should be an array value"),
},
_ => unreachable!("should be an array expression"),
},