]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errors
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 25 Jan 2023 11:31:40 +0000 (17:01 +0530)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 11:31:40 +0000 (17:01 +0530)
commitb36a8dcea3545eb8edb8967ac382d0ccaa4d4023
tree153a1883dca48ddf8ec16921ecda6fba65ea404f
parentc0930c497c404c30eb610efe660b09049e223b16
parent62aff3bbc75468bedf751b01a746e52886be760c
Rollup merge of #106583 - estebank:suggest-result-coercion, r=compiler-errors

Suggest coercion of `Result` using `?`

Fix #47560.
compiler/rustc_hir_typeck/src/demand.rs