Oli Scherer
|
a04ac26a9d
|
Allow type_of to return partially non-error types if the type was already tainted
|
2024-05-28 11:55:20 +00:00 |
|
Gurinder Singh
|
ace436743f
|
Check that return type is WF in typeck
Without it non-WF types could pass typeck and then
later fail in MIR/const eval
|
2024-03-06 16:51:17 +05:30 |
|
Oli Scherer
|
af7f8f9811
|
Silence follow up errors if astconv already errored
|
2024-01-11 09:03:26 +00:00 |
|
Oli Scherer
|
cd4c352fb4
|
Reorder check_item_type diagnostics so they occur next to the corresponding check_well_formed diagnostics
|
2024-01-02 14:17:56 +00:00 |
|
Oli Scherer
|
beaf46f7e5
|
Work around the fact that check_mod_type_wf may spuriously return ErrorGuaranteed , even if that error is only emitted by check_modwitem_types
|
2023-10-25 12:04:54 +00:00 |
|
Esteban Küber
|
9fadcc143a
|
Special-case item attributes in the suggestion output
|
2023-04-12 22:50:10 +00:00 |
|
Esteban Küber
|
5b40aa5eb4
|
Tweak output for 'add line' suggestion
|
2023-04-12 22:50:10 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|