]> git.lizzy.rs Git - rust.git/commit
Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor
authorbors <bors@rust-lang.org>
Wed, 17 Mar 2021 14:01:48 +0000 (14:01 +0000)
committerbors <bors@rust-lang.org>
Wed, 17 Mar 2021 14:01:48 +0000 (14:01 +0000)
commit04ae50179a802d1d18bb780baa85f55864f56616
treebadd9570cd535b953562ea01d3b2100870a63cdf
parent0ce0fedb67fa66d50aa819ef8b12f1d89eb22d7d
parentba27cae728dcbf4ccf5f859ad499cec8d2133530
Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor

Make functions passed to BoundVarReplacer be optional

This means we can reuse the bound vars when we don't care to change them