about summary refs log tree commit diff
path: root/src/test/compile-fail/static-items-cant-move.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-29/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-3/+3
This commit removes all unstable and deprecated functions in the standard library. A release was recently cut (1.3) which makes this a good time for some spring cleaning of the deprecated functions.
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
[breaking-change]
2014-03-28Rename Pod into CopyFlavio Percoco-2/+2
Summary: So far, we've used the term POD "Plain Old Data" to refer to types that can be safely copied. However, this term is not consistent with the other built-in bounds that use verbs instead. This patch renames the Pod kind into Copy. RFC: 0003-opt-in-builtin-traits Test Plan: make check Reviewers: cmr Differential Revision: http://phabricator.octayn.net/D3
2014-02-27Forbid moves out of static items Closes #10577Flavio Percoco-1/+1
2014-02-27Remove unused type_is_pod functionFlavio Percoco-0/+29