| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
Fixes #2806
Fixes #3197
Fixes #3138
|
|
#3156.
|
|
|
|
|
|
|
|
ones... Closes #3221.
|
|
Inherited privacy doesn't work yet. This probably requires a snapshot since
it won't be backwards compatible. Additionally, two errors are printed instead
of one. For this reason the test is XFAIL'd.
|
|
|
|
|
|
|
|
|
|
|
|
this will require more temporaries, but is probably less magical.
also, it means that borrowck matches trans better, so fewer crashes.
bonus.
Finally, stop warning about implicit copies when we are actually borrowing.
Also, one test (vec-res-add) stopped failing due to #2587, and hence I
added an xfail-test.
Fixes #3217, #2977, #3067
|
|
|
|
|
|
|
|
tag_paths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Embarrassing.
|
|
|
|
|
|
|
|
|
|
There is also code for ~Trait and &Trait, but these are currently (incorrectly)
synonyms for "as @Trait" and "as &Trait".
|
|
Closes #3096
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checked
Instead of using node_id_to_type to look up the trait type, pass it
in as an argument. This handles the case where we check an impl of a trait T
before T has been traversed.
|
|
|
|
|
|
|
|
|
|
|
|
cc #3180
|
|
|
|
|