Michael Goulet
|
137b6d0b01
|
Point to where missing return type should go
|
2023-10-04 21:09:54 +00:00 |
|
Morten Lohne
|
75d5f107dd
|
Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point
|
2023-08-10 02:26:11 +02:00 |
|
Maybe Waffle
|
ccb71ff424
|
hir : Add Become expression kind
|
2023-06-26 08:56:32 +00:00 |
|
Esteban Küber
|
62ba3e70a1
|
Modify primary span label for E0308
The previous output was unintuitive to users.
|
2023-01-30 20:12:19 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|