.. |
closure-requirements
|
Explicitly label any named lifetimes mentioned in error messages.
|
2018-08-02 12:00:15 +02:00 |
relate_tys
|
fix reference file
|
2018-07-26 06:21:44 +03:00 |
ty-outlives
|
Explicitly label any named lifetimes mentioned in error messages.
|
2018-08-02 12:00:15 +02:00 |
borrow-use-issue-46875.rs
|
|
|
borrowed-local-error.rs
|
|
|
borrowed-local-error.stderr
|
Don't match on region kinds when reporting NLL errors
|
2018-07-23 20:54:09 +01:00 |
borrowed-match-issue-45045.rs
|
|
|
borrowed-match-issue-45045.stderr
|
Use better spans for dummy accesses used in matches
|
2018-07-26 22:06:12 +01:00 |
borrowed-referent-issue-38899.rs
|
|
|
borrowed-referent-issue-38899.stderr
|
|
|
borrowed-temporary-error.rs
|
|
|
borrowed-temporary-error.stderr
|
|
|
borrowed-universal-error-2.rs
|
|
|
borrowed-universal-error-2.stderr
|
Don't match on region kinds when reporting NLL errors
|
2018-07-23 20:54:09 +01:00 |
borrowed-universal-error.rs
|
|
|
borrowed-universal-error.stderr
|
|
|
cannot-move-block-spans.nll.stderr
|
Use better spans for cannot-move errors
|
2018-07-26 22:06:12 +01:00 |
cannot-move-block-spans.rs
|
Use better spans for cannot-move errors
|
2018-07-26 22:06:12 +01:00 |
cannot-move-block-spans.stderr
|
Use better spans for cannot-move errors
|
2018-07-26 22:06:12 +01:00 |
capture-mut-ref.rs
|
|
|
capture-mut-ref.stderr
|
|
|
capture-ref-in-struct.rs
|
|
|
capture-ref-in-struct.stderr
|
Don't match on region kinds when reporting NLL errors
|
2018-07-23 20:54:09 +01:00 |
closure-captures.rs
|
|
|
closure-captures.stderr
|
|
|
constant.rs
|
|
|
decl-macro-illegal-copy.rs
|
|
|
decl-macro-illegal-copy.stderr
|
|
|
drop-may-dangle.rs
|
|
|
drop-no-may-dangle.rs
|
|
|
drop-no-may-dangle.stderr
|
|
|
extra-unused-mut.rs
|
Don't make "fake" match variables mutable
|
2018-07-28 21:18:34 +01:00 |
generator-distinct-lifetime.rs
|
|
|
generator-upvar-mutability.rs
|
|
|
generator-upvar-mutability.stderr
|
|
|
get_default.nll.stderr
|
|
|
get_default.rs
|
|
|
get_default.stderr
|
|
|
guarantor-issue-46974.rs
|
|
|
guarantor-issue-46974.stderr
|
|
|
issue-16223.rs
|
|
|
issue-31567.rs
|
|
|
issue-31567.stderr
|
Don't match on region kinds when reporting NLL errors
|
2018-07-23 20:54:09 +01:00 |
issue-43058.rs
|
|
|
issue-47022.rs
|
|
|
issue-47388.rs
|
|
|
issue-47388.stderr
|
|
|
issue-47470.rs
|
|
|
issue-47470.stderr
|
Don't match on region kinds when reporting NLL errors
|
2018-07-23 20:54:09 +01:00 |
issue-48070.rs
|
|
|
issue-48238.rs
|
|
|
issue-48238.stderr
|
Use span of the closure args in free region errors
|
2018-08-05 14:33:38 +01:00 |
issue-50716-1.rs
|
|
|
issue-50716.rs
|
|
|
issue-50716.stderr
|
Change label from closure to function where appropriate.
|
2018-07-27 12:48:47 +02:00 |
issue-51244.rs
|
|
|
issue-51244.stderr
|
|
|
issue-51268.rs
|
|
|
issue-51268.stderr
|
|
|
issue-51351.rs
|
fix issues #51351 and #52133
|
2018-07-29 11:42:50 +01:00 |
issue-51512.rs
|
|
|
issue-51512.stderr
|
|
|
issue-52078.rs
|
|
|
issue-52113.rs
|
Fix wrong issue number in the test name
|
2018-07-30 17:05:30 +01:00 |
issue-52113.stderr
|
Fix wrong issue number in the test name
|
2018-07-30 17:05:30 +01:00 |
maybe-initialized-drop-implicit-fragment-drop.rs
|
|
|
maybe-initialized-drop-implicit-fragment-drop.stderr
|
|
|
maybe-initialized-drop-uninitialized.rs
|
|
|
maybe-initialized-drop-with-fragment.rs
|
|
|
maybe-initialized-drop-with-fragment.stderr
|
|
|
maybe-initialized-drop-with-uninitialized-fragments.rs
|
|
|
maybe-initialized-drop-with-uninitialized-fragments.stderr
|
|
|
maybe-initialized-drop.rs
|
|
|
maybe-initialized-drop.stderr
|
|
|
mir_check_cast_closure.rs
|
move mir_check_* to ui tests, add adjusted references
|
2018-07-26 08:21:35 +03:00 |
mir_check_cast_closure.stderr
|
Explicitly label any named lifetimes mentioned in error messages.
|
2018-08-02 12:00:15 +02:00 |
mir_check_cast_reify.rs
|
move mir_check_* to ui tests, add adjusted references
|
2018-07-26 08:21:35 +03:00 |
mir_check_cast_reify.stderr
|
Change label from closure to function where appropriate.
|
2018-07-27 12:48:47 +02:00 |
mir_check_cast_unsafe_fn.rs
|
move mir_check_* to ui tests, add adjusted references
|
2018-07-26 08:21:35 +03:00 |
mir_check_cast_unsafe_fn.stderr
|
Change label from closure to function where appropriate.
|
2018-07-27 12:48:47 +02:00 |
mir_check_cast_unsize.rs
|
move mir_check_* to ui tests, add adjusted references
|
2018-07-26 08:21:35 +03:00 |
mir_check_cast_unsize.stderr
|
Explicitly label any named lifetimes mentioned in error messages.
|
2018-08-02 12:00:15 +02:00 |
move-errors.rs
|
|
|
move-errors.stderr
|
NLL: On "cannot move out of type" error, print original source before rewrite.
|
2018-07-31 17:27:29 +02:00 |
normalization-bounds-error.rs
|
|
|
normalization-bounds-error.stderr
|
|
|
normalization-bounds.rs
|
|
|
projection-return.rs
|
|
|
promotable-mutable-zst-doesnt-conflict.rs
|
Allow borrow conflicts for promoted length 0 arrays
|
2018-07-31 21:35:22 +01:00 |
return-ref-mut-issue-46557.rs
|
|
|
return-ref-mut-issue-46557.stderr
|
|
|
trait-associated-constant.rs
|
|
|
trait-associated-constant.stderr
|
|
|