CAD97
|
c822bb68ce
|
Fix missing match arm false error on unknown type
|
2020-08-17 13:27:12 -04:00 |
|
CAD97
|
2eaf79cfbb
|
Document missing match arm false positive
This should already be guarded against
(d2212a49f6/crates/hir_ty/src/diagnostics/expr.rs (L225-L230) )
but it isn't preventing this false positive for some reason.
|
2020-08-17 13:19:15 -04:00 |
|
Jeremy Kolb
|
409090e74c
|
Chalk 0.23
|
2020-08-16 12:15:44 -04:00 |
|
Wilco Kusee
|
de282ddd86
|
Only print chalk programs with CHALK_PRINT
|
2020-08-14 14:52:07 +02:00 |
|
Wilco Kusee
|
36052ce1a1
|
Lookup adt names
|
2020-08-14 11:43:11 +02:00 |
|
Wilco Kusee
|
10c33275b0
|
Only use logging db if CHALK_DEBUG is active
|
2020-08-14 11:43:10 +02:00 |
|
Wilco Kusee
|
58e338a729
|
Print chalk programs in debug output
|
2020-08-14 11:43:10 +02:00 |
|
Igor Aleksanov
|
c26c911ec1
|
Merge branch 'master' into add-disable-diagnostics
|
2020-08-14 07:34:07 +03:00 |
|
Benjamin Coenen
|
947a27b797
|
display correctly 'impl Trait<T> + Trait<T>' #4814
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
|
2020-08-13 22:13:34 +02:00 |
|
Aleksey Kladov
|
6a77ec7bbe
|
Rename ra_hir_ty -> hir_ty
|
2020-08-13 16:35:29 +02:00 |
|