]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebank
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 1 Jun 2022 15:11:04 +0000 (17:11 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 15:11:04 +0000 (17:11 +0200)
commit7d4cf710e2678d31fd899c452e1d4baf48eb8a86
tree761f3cec0ff35c0f36bf9f8be24f52b32cce5ddc
parent395a09c3dafe0c7838c9ca41d2b47bb5e79a5b6d
parent2a61f0cc45c809c62dd149477cb2672c2022c3a4
Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebank

suggest `?` when method is missing on `Result<T, _>` but found on `T`

The wording needs help, I think.

Fixes #95729