summary refs log tree commit diff
path: root/src/test/compile-fail/unsendable-class.rs
AgeCommit message (Collapse)AuthorLines
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-3/+3
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
2012-06-01Tests for copyability and sendability rules for classesTim Chevalier-0/+15
Closes #2296