about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-17718-static-sync.rs
AgeCommit message (Collapse)AuthorLines
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-22/+0
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+1
- Reword E0044 help. - Change error message for types that don't implement `Send`
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05suggest adding a where-clause when that can helpAriel Ben-Yehuda-1/+1
suggest adding a where-clause when there is an unmet trait-bound that can be satisfied if some type can implement it.
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-3/+6
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-07markers -> markerNick Cameron-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-4/+4
[breaking-change]
2014-12-26Keep track of the whole error chainFlavio Percoco-1/+1
2014-10-09test: Convert statics to constantsAlex Crichton-0/+19
Additionally, add lots of tests for new functionality around statics and `static mut`.