summary refs log tree commit diff
path: root/src/test/compile-fail/issue-14092.rs
AgeCommit message (Expand)AuthorLines
2016-11-06Make E0243/0244 message consistent with E0107sinkuu-2/+2
2016-10-15correct erroneous pluralization of '1 type argument' error messagesZack M. Davis-1/+1
2016-08-07Update error message for E0243 and E0244Vincent Prouillet-1/+3
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-1/+1
2014-05-21rustc: Turn a Box ICE into an errorAlex Crichton-0/+14