]> git.lizzy.rs Git - rust.git/commit
Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
authorbors <bors@rust-lang.org>
Sat, 14 Nov 2020 18:03:17 +0000 (18:03 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Nov 2020 18:03:17 +0000 (18:03 +0000)
commit98d66340d6e63eda115afc8b0da1d87965881936
tree96ad525be05173c8af11a088b5c55f9c4afa530a
parent30e49a9ead550551e879af64ba91a0316da1c422
parentf026d0fcf804b71614a6aa070e34a0b42f5469d2
Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk

add error_occured field to ConstQualifs,

fix #76064

I wasn't sure what `in_return_place` actually did and not sure why it returns `ConstQualifs` while it's sibling functions return `bool`. So I tried to make as minimal changes to the structure as possible. Please point out whether I have to refactor it or not.

r? `@oli-obk`
cc `@RalfJung`