about summary refs log tree commit diff
path: root/src/test/ui/traits/trait-test-2.rs
AgeCommit message (Collapse)AuthorLines
2021-02-09Organize trait test filesBram van den Heuvel-16/+0
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-2/+4
2019-05-29Update ui test suite to use dynmemoryruins-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24make non_camel_case_types an early lintAndy Russell-0/+1
2018-11-01update tests that have changed outputMichael Hewson-1/+0
I’m not sure why these tests have different output now, but they do. In all cases, the error message that is missing looks like this: “the trait bound `dyn Trait: Trait` is not satisfied” My guess is that the error message is going away because object-safety now involves trait solving, and these extra error messages are no longer leaking out.
2018-08-19Fix some remaining testsvarkor-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+24