about summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-impls-copy.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-63/+0
2017-01-26Add note for E0117Guillaume Gomez-1/+4
2016-08-07Update E0206 message to new formatKeith Yeung-8/+19
2015-12-11Make name resolution errors non-fatalNick Cameron-4/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-0/+2
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-0/+5
Conflicts: src/test/compile-fail/coherence-impls-copy.rs
2015-04-01Fallout in testsNiko Matsakis-0/+6
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-0/+7
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/+39
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.