summaryrefslogtreecommitdiff
path: root/tests/ui/coercion
AgeCommit message (Expand)Author
2024-06-17Remove windows-specific copy of testOli Scherer
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer
2024-05-13Add test for dynamic dispatch + Pin::new soundnessAlice Ryhl
2024-05-05Auto merge of #123125 - gurry:122561-bad-note-non-zero-loop-iters-2, r=estebankbors
2024-05-03We do not coerce &mut &mut T -> *mut mut TJubilee Young
2024-04-30Remove note about iteration count in coerceGurinder Singh
2024-04-21Move some testsCaio
2024-03-15Refactored a few bits:Steven Trotter
2024-03-15Added ability to report on generic argument mismatch betterSteven Trotter
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)
2024-02-12fix ICE for deref coercions with type errorsLukas Markeffsky
2024-02-10don't skip coercions for types with errorsLukas Markeffsky
2024-02-09Move some testsCaio
2024-02-07Update testsr0cky
2024-01-23Remove track_errors entirelyOli Scherer
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding
2023-11-24Show number in error message even for one errorNilstrieb
2023-10-08remove trailing dotsAli MJ Al-Nasrawy
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung
2023-08-02Fix #107113, avoid suggest for macro attributesyukang
2023-05-24Move testsCaio
2023-05-12Note base types of coercionMichael Goulet
2023-05-08Tweak borrow suggestionMichael Goulet
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789
2023-01-30Modify primary span label for E0308Esteban Küber
2023-01-15Tweak E0597Esteban Küber
2023-01-11Move /src/test to /testsAlbert Larsan