]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=nikomatsakis
authorYuki Okushi <huyuumi.dev@gmail.com>
Fri, 14 Feb 2020 22:17:43 +0000 (07:17 +0900)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 22:17:43 +0000 (07:17 +0900)
commit3f7ed88fdc99e7b8e6a112df7b63d5caf81bb6c0
treecbc15289ae39a111326e511927801f1ca983160f
parent35071e3e2e74f6f780bc851500b9316e3e82062a
parent0276d7a32e1c83abc3106f7b36b711faf1f74dff
Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=nikomatsakis

Correct inference of primitive operand type behind binary operation

Fixes https://github.com/rust-lang/rust/issues/57447.

r? @nikomatsakis