about summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-impl-trait-for-trait-object-safe.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-19/+0
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-4/+2
associated machinery. Future such attempts should go through lints anyhow. There is a fair amount of fallout in the compile-fail tests, as WF checking now occurs earlier in the process.
2015-12-11Make name resolution errors non-fatalNick Cameron-2/+4
2015-08-12Fallout in tests -- break the object safety part into a separate file ↵Niko Matsakis-0/+19
because error will be in future reported by wfcheck, which runs in a later stage than coherence