summary refs log tree commit diff
path: root/src/test/compile-fail/reflect-object-param.rs
AgeCommit message (Collapse)AuthorLines
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-3/+3
suggest adding a where-clause when there is an unmet trait-bound that can be satisfied if some type can implement it.
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-0/+47
semantics that tests the *interface* of trait objects, rather than what they close over.