about summary refs log tree commit diff
path: root/tests/ui/consts/const-unsized.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-25Check statics' type in type_of.Camille GILLOT-28/+4
2025-06-30Don't look at static items' HIR for wfcheckOli Scherer-4/+4
2025-03-11merge `TypeChecker` and `TypeVerifier`lcnr-6/+6
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+4
2025-02-03Check Sizedness of return type in WFMichael Goulet-33/+21
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+15
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the ↵Oli Scherer-23/+23
corresponding `check_well_formed` diagnostics
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return ↵Oli Scherer-4/+40
`ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types`
2023-01-11Move /src/test to /testsAlbert Larsan-0/+35