]> git.lizzy.rs Git - rust.git/commit
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)
commit2bb7260058612b5e42dc8bda6830675240c77d5e
treedf49a4dffed460432d217f5cf403841192057e4c
parent4e163af1e5c6300ebf04a0e70a44ab0f379898e5
parente1926b21102059dbedc67e9906a02049ef8ad839
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot

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.