about summary refs log tree commit diff
path: root/src/test/compile-fail/where-clauses-unsatisfied.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-2/+1
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-1/+1
2016-04-05improve error messageAriel 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
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2014-09-15Update error messages in compile-fail testsNiko Matsakis-4/+1
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-2/+5
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-0/+20