summary refs log tree commit diff
path: root/src/test/compile-fail/issue-16538.rs
AgeCommit message (Expand)AuthorLines
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-1/+1
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+2
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
2016-03-30Fix fallout in testsJeffrey Seyfried-1/+1
2016-02-26Fix fallout in testsJeffrey Seyfried-3/+3
2015-06-16Avoid deref/ref cycles for no-op coercions between unsafe pointersBjörn Steinbrink-0/+1
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-2/+1
2015-02-16tests: fix fallout from changed error messages.Eduard Burtescu-1/+2
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-12-28Regression test for #16538Tamir Duberstein-0/+25