summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-impls-send.rs
AgeCommit message (Collapse)AuthorLines
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-4/+4
probing the specifics of `Fundamental`. Fixes #23086. Fixes #23516.
2015-03-06Remove the coherence impls pass that was specialized to builtin bounds,Niko Matsakis-0/+40
since there are separate checks that apply to Copy (and Send uses the generic defaulted trait rules). Also prohibit `Sized` from being manually implemented for now.