about summary refs log tree commit diff
path: root/tests/ui/layout/issue-84108.rs
AgeCommit message (Collapse)AuthorLines
2025-07-25Check statics' type in type_of.Camille GILLOT-2/+0
2024-05-28Allow type_of to return partially non-error types if the type was already ↵Oli Scherer-0/+3
tainted
2024-03-06Check that return type is WF in typeckGurinder Singh-0/+1
Without it non-WF types could pass typeck and then later fail in MIR/const eval
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-2/+0
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return ↵Oli Scherer-0/+2
`ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types`
2023-01-11Move /src/test to /testsAlbert Larsan-0/+14