rust-analyzer/crates/hir_def/src/body
bors[bot] 803ff2e55e
Merge #7804
7804: Introduce TypeCtor::Scalar r=lnicola a=Veykril

`TypeCtor::Int(..) | TypeCtor::Float(..) | TypeCtor::Char | TypeCtor::Bool` => `TypeCtor::Scalar(..)`, in this case we can actually just straight up use `chalk_ir::Scalar` already since its just a POD without any IDs or anything.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-02-28 13:36:44 +00:00
..
tests Restrict visibilities to the containing DefMap 2021-02-28 04:47:38 +01:00
diagnostics.rs Emit unresolved proc macro errors 2020-12-01 12:40:03 +01:00
lower.rs Introduce TypeCtor::Scalar 2021-02-28 01:20:04 +01:00
scope.rs Add expression scopes for blocks 2021-02-09 17:11:44 +01:00
tests.rs Add TestDB::module_at_position 2021-02-09 17:22:57 +01:00