about summary refs log tree commit diff
path: root/tests/ui/impl-trait/where-allowed.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-21Bless UI testsJules Bertholet-0/+2
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-41/+14
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-25/+33
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-2/+3
``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ```
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+3
2024-10-04Bless ui tests.Camille GILLOT-47/+47
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-48/+38
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-0/+22
and remove the feature gate that silenced the lint
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-4/+5
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-19/+19
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-8/+8
2024-02-22Fix rebaseEsteban Küber-0/+2
2024-02-19return ty::Error when equating ty::ErrorMichael Goulet-46/+40
This helps iron out a difference between Sub and Equate
2024-02-14Continue compilation even if inherent impl checks failOli Scherer-41/+104
2024-01-13Bless testsGeorge-lewis-0/+3
Update tests
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-37/+111
2024-01-07Make ImplTraitPosition display more descriptiveMichael Goulet-13/+13
2023-10-13Stabilize AFIT and RPITITMichael Goulet-45/+27
2023-10-04Tweak wording of E0562Esteban Küber-39/+39
Fix #80476.
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-49/+49
2023-02-22pluralize stuffMichael Goulet-39/+39
2023-02-14Better label for illegal impl trait typesMichael Goulet-16/+16
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+316