]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 6 Feb 2023 20:16:43 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 20:16:43 +0000 (21:16 +0100)
interpret: move discriminant reading and writing to separate file

This is quite different from the otherwise fairly general read and write functions in place.rs and operand.rs, and also it's nice to have these two functions close together as they are basically inverses of each other.


Trivial merge