about summary refs log tree commit diff
path: root/src/test/ui/unique-object-noncopyable.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-3/+3
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-1/+1
Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note.
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-4/+0
2020-02-28Ignore output for some platforms with diverging test outputEsteban Küber-0/+4
Get around #53081.
2020-02-28Reduce vebosity of E0599Esteban Küber-4/+0
2020-02-28Add more context to E0599 errorsEsteban Küber-0/+4
Point at the intermediary unfullfilled trait bounds.
2019-05-29Update ui test suite to use dynmemoryruins-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+35