]> git.lizzy.rs Git - rust.git/commit
Diagnose incorrect usages of the question mark operator
authorLukas Wirth <lukastw97@gmail.com>
Wed, 5 Oct 2022 17:15:07 +0000 (19:15 +0200)
committerLukas Wirth <lukastw97@gmail.com>
Sun, 16 Oct 2022 10:58:24 +0000 (12:58 +0200)
commit381366f1dd820a2d3c827cc123cb28e6d5f678f1
tree06f5b9ee7d82b138e7326a9ba8636808e481c2ff
parent8406380b5a4c0686a4147cb3b50ad70dfb38a4d9
Diagnose incorrect usages of the question mark operator
13 files changed:
crates/hir-expand/src/mod_path.rs
crates/hir-expand/src/name.rs
crates/hir-ty/src/infer.rs
crates/hir-ty/src/infer/expr.rs
crates/hir-ty/src/method_resolution.rs
crates/hir-ty/src/tests/traits.rs
crates/hir/src/diagnostics.rs
crates/hir/src/lib.rs
crates/ide-diagnostics/src/handlers/incorrect_try_expr.rs [new file with mode: 0644]
crates/ide-diagnostics/src/handlers/not_implemented.rs [new file with mode: 0644]
crates/ide-diagnostics/src/lib.rs
crates/ide/src/hover/tests.rs
crates/test-utils/src/minicore.rs