about summary refs log tree commit diff
path: root/tests/ui/moves
AgeCommit message (Expand)AuthorLines
2024-03-17Add `HELP` to testEsteban Küber-6/+21
2024-03-17Point at `continue` and `break` that might be in the wrong placeEsteban Küber-10/+95
2024-03-17Detect when move of `!Copy` value occurs within `loop` and should likely not ...Esteban Küber-1/+256
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-32/+32
2024-02-07Update testsr0cky-1/+14
2024-01-13Make InferCtxtExt::could_impl_trait less messed upMichael Goulet-2/+12
2023-12-10remove redundant importssurechen-2/+0
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-12-04Fix rebaseEsteban Küber-3/+3
2023-12-04On "this .clone() is on the reference", provide more infoEsteban Küber-0/+84
2023-12-04Tweak output on specific caseEsteban Küber-1/+1
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-0/+86
2023-12-04Tweak `.clone()` suggestion to work in more casesEsteban Küber-3/+57
2023-11-24Show number in error message even for one errorNilstrieb-24/+24
2023-08-28Move testsCaio-0/+96
2023-08-04Account for `Rc` and `Arc` when suggesting to cloneEsteban Küber-1/+1
2023-07-10Fix another strange suggestion spanMichael Goulet-2/+2
2023-07-10Don't use method span on clone suggestionMichael Goulet-7/+7
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-4/+3
2023-02-16Move testsCaio-0/+28
2023-01-28Also erase substs for new infcx in pin move errorNilstrieb-0/+42
2023-01-17Account for method call and indexing when looking for inner-most path in expr...Esteban Küber-0/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2569