revert panic message, changelog
This commit is contained in:
parent
d7c7c8ae03
commit
ac313fbf7c
2 changed files with 2 additions and 1 deletions
1
changelogs/unreleased/855-schaeff
Normal file
1
changelogs/unreleased/855-schaeff
Normal file
|
@ -0,0 +1 @@
|
|||
Fix crash when updating a constant struct member to another constant
|
|
@ -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"),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue