summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-impls-sized.rs
AgeCommit message (Collapse)AuthorLines
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-3/+9
2016-08-14Update E0322 to new formatYossi Konstantinovsky-0/+3
2015-12-11Make name resolution errors non-fatalNick Cameron-1/+0
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-3/+8
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/+33
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.