summary refs log tree commit diff
path: root/tests/ui/union
AgeCommit message (Expand)AuthorLines
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-30Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=NilstriebGuillaume Gomez-1/+1
2024-01-29raw pointer metadata API: data address -> data pointerRalf Jung-1/+1
2024-01-26Use single label for method not found due to unmet boundEsteban Küber-4/+1
2024-01-05Stabilize THIR unsafeckMatthew Jasper-19/+7
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-802/+93
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-24/+24
2023-11-24Show number in error message even for one errorNilstrieb-13/+13
2023-11-18tweak logic of "unknown field" labelEsteban Küber-2/+12
2023-11-16recover primary span labelEsteban Küber-2/+2
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-2/+12
2023-11-06Visit patterns in THIR let expressionsMatthew Jasper-27/+45
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-9/+75
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+11
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+230
2023-06-15change `std::marker::Sized` to just `Sized`Lukas Markeffsky-3/+3
2023-06-05Don't mention already set fieldsMichael Goulet-2/+2
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-3/+6
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-6/+12
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-45/+62
2023-03-08Tweak E0740Michael Goulet-45/+45
2023-03-08Don't report E0740 for type errorMichael Goulet-0/+17
2023-03-08may not => cannotMichael Goulet-2/+2
2023-01-17Add failing test for invalid projection as union field typeGuillaume Gomez-0/+61
2023-01-16Add ui test for projection used as union field typeGuillaume Gomez-0/+19
2023-01-11Tweak outputEsteban Küber-6/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3172