Ariel Ben-Yehuda
|
b23648fe4a
|
improve the printing of substs and trait-refs
|
2016-04-05 22:56:23 +03:00 |
|
Ariel Ben-Yehuda
|
8a461d940c
|
suggest adding a where-clause when that can help
suggest adding a where-clause when there is an unmet trait-bound that
can be satisfied if some type can implement it.
|
2016-04-05 20:58:58 +03:00 |
|
Niko Matsakis
|
532fcb250f
|
Fallout in tests -- break this test into three tests, since we later saw
staging differences in terms of when errors were reported
|
2015-08-12 17:58:56 -04:00 |
|
Niko Matsakis
|
13cee1e198
|
This new caching sometimes suppresses duplicate errors that occur in
different parts of the crate, so modify the test cases that were relying
on that to test distinct types etc.
|
2015-06-15 17:31:27 -04:00 |
|
Seo Sanghyeon
|
793d9fcb52
|
Add tests for tuple-like structs and dictionary-like enum variants
|
2015-06-12 21:09:17 +09:00 |
|
Seo Sanghyeon
|
16d5c83d5f
|
Use more precise span when checking type definitions
|
2015-06-12 20:28:09 +09:00 |
|
Alex Crichton
|
0791f9f406
|
test: Fix fallout in tests
|
2015-04-21 11:37:43 -07:00 |
|
Tamir Duberstein
|
d51047ded0
|
Strip all leading/trailing newlines
|
2015-03-15 09:08:21 -07:00 |
|
Niko Matsakis
|
872ce47955
|
Fallout: tests. As tests frequently elide things, lots of changes
here. Some of this may have been poorly rebased, though I tried to be
careful and preserve the spirit of the test.
|
2015-02-18 10:25:28 -05:00 |
|
Huon Wilson
|
85f961e2cc
|
Update compile fail tests to use usize.
|
2015-01-08 11:02:24 -05:00 |
|
Huon Wilson
|
0c70ce1424
|
Update compile fail tests to use isize.
|
2015-01-08 11:02:24 -05:00 |
|
Niko Matsakis
|
7836c72eba
|
Patch tests and create new tests related to projection from a HRTB.
|
2014-12-30 09:36:22 -05:00 |
|
Niko Matsakis
|
b88f86782e
|
Update error messages in compile-fail tests
|
2014-09-15 14:58:49 -04:00 |
|
Nick Cameron
|
2df3a5b0d1
|
Check concrete type in impls with no trait
closes #16955
|
2014-09-05 14:38:37 +12:00 |
|
Patrick Walton
|
086a5ca7d2
|
librustc: Allow trait bounds on structures and enumerations, and check
them during kind checking.
This implements RFC #11.
Closes #15759.
|
2014-08-17 01:39:10 -07:00 |
|