]> git.lizzy.rs Git - rust.git/commit - library/std/src/os/fd/owned.rs
Rollup merge of #106784 - lyming2007:issue-106695-fix, r=WaffleLapkin
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 17 Jan 2023 19:21:26 +0000 (20:21 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Jan 2023 19:21:26 +0000 (20:21 +0100)
commit4ee5e09e19eccf6f61799122e63caa126ace3d97
tree713816033e7f1b4f9169370fe65565cf3494b484
parent68f12338afed4162317225850719f558cefad71f
parentd1478a5600f43637751215802d5df4541e9a005c
Rollup merge of #106784 - lyming2007:issue-106695-fix, r=WaffleLapkin

prevent E0512 from emitting [type error] by checking the references_error

but still emit E0512
this will fix #106695