about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-12 08:20:08 +0000
committerbors <bors@rust-lang.org>2023-10-12 08:20:08 +0000
commit84e1d273439413ab4ca1718db0b574dffba443ce (patch)
tree63e6b1b9e011333a97c06a578c50fbc870281d25 /tests/debuginfo/enum-thinlto.rs
parent7eec17e6273543d1c535333433ab553df22260db (diff)
parent3605bb38ff7ecb1b0c9cde25a1c1d9938ac3bb51 (diff)
downloadrust-84e1d273439413ab4ca1718db0b574dffba443ce.tar.gz
rust-84e1d273439413ab4ca1718db0b574dffba443ce.zip
Auto merge of #15743 - Young-Flash:replace_is_some_with_if_let_some, r=HKalbasi
add replace_is_some_with_if_let_some assist

This is a basic impl, if it is ok, `if my_result.is_ok()`-> `if let Ok(_x) = my_result ​`will be add next.

close https://github.com/rust-lang/rust-analyzer/issues/12977
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions