about summary refs log tree commit diff
path: root/src/test/ui/ref-suggestion.rs
AgeCommit message (Collapse)AuthorLines
2021-11-14Move some tests to more reasonable directoriesCaio-17/+0
2020-08-08Be consistent when describing a move as a 'partial' in diagnosticsAaron Hill-1/+1
When an error occurs due to a partial move, we would use the world "partial" in some parts of the error message, but not in others. This commit ensures that we use the word 'partial' in either all or none of the diagnostic messages. Additionally, we no longer describe a move out of a `Box` via `*` as a 'partial move'. This was a pre-existing issue, but became more noticable when the word 'partial' is used in more places.
2019-04-22update tests for migrate mode by defaultMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+27