]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90645 - terrarier2111:master, r=estebank
authorbors <bors@rust-lang.org>
Mon, 15 Nov 2021 06:55:01 +0000 (06:55 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 Nov 2021 06:55:01 +0000 (06:55 +0000)
commitd5a0c7cb036032288a4a5443b54ba061ec12ee26
treed723172ea55478cc6290b7bd35aca9625e6c8b74
parent42054811104bb005ded241ea8846ba7383921c46
parent829a5288ec5e33f10e6f5fe2dc891a037d125e6c
Auto merge of #90645 - terrarier2111:master, r=estebank

Implement diagnostic for String conversion

This is my first real contribution to rustc, any feedback is highly appreciated.
This should fix https://github.com/rust-lang/rust/issues/89856

Thanks to `@estebank` for guiding me.