rust/src/test/ui/span
Michael Hewson 286503ace2 Refactor and add comments to code in receiver_is_valid
also updated some error messages

removed the code manually checking for `receiver_ty: Deref<Target=self_ty>`, in favour of using autoderef but only doing one iteration. This will cause error messages to be more consistent. Before, a "mismatched method receiver" error would be emitted when `receiver_ty` was valid except for a lifetime parameter, but only when `feature(arbitrary_self_types)` was enabled, and without the feature flag the error would be "uncoercible receiver". Now it emits "mismatched method receiver" in both cases.
2018-12-20 01:20:17 -05:00
..
borrowck-borrow-overloaded-auto-deref-mut.nll.stderr Make ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs robust w.r.t. NLL. 2018-11-05 15:26:02 +01:00
borrowck-borrow-overloaded-auto-deref-mut.rs Make ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs robust w.r.t. NLL. 2018-11-05 15:26:02 +01:00
borrowck-borrow-overloaded-auto-deref-mut.stderr Make ui/span/borrowck-borrow-overloaded-auto-deref-mut.rs robust w.r.t. NLL. 2018-11-05 15:26:02 +01:00
borrowck-borrow-overloaded-deref-mut.nll.stderr Include lifetime in mutability suggestion in NLL messages 2018-07-30 15:41:39 -07:00
borrowck-borrow-overloaded-deref-mut.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-borrow-overloaded-deref-mut.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
borrowck-call-is-borrow-issue-12224.nll.stderr Clearer later use messages for calls 2018-10-03 20:32:38 +01:00
borrowck-call-is-borrow-issue-12224.rs Stabilize the copy_closures and clone_closures features 2018-03-23 11:37:07 +01:00
borrowck-call-is-borrow-issue-12224.stderr Stabilize the copy_closures and clone_closures features 2018-03-23 11:37:07 +01:00
borrowck-call-method-from-mut-aliasable.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
borrowck-call-method-from-mut-aliasable.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-call-method-from-mut-aliasable.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-fn-in-const-b.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
borrowck-fn-in-const-b.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-fn-in-const-b.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-let-suggestion-suffixes.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
borrowck-let-suggestion-suffixes.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
borrowck-let-suggestion-suffixes.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-object-mutability.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
borrowck-object-mutability.rs add hint to fix error for immutable ref in arg 2016-11-29 00:32:34 +03:00
borrowck-object-mutability.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
borrowck-ref-into-rvalue.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
borrowck-ref-into-rvalue.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
borrowck-ref-into-rvalue.stderr update tests 2018-03-14 00:53:24 +01:00
coerce-suggestions.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
coerce-suggestions.stderr update tests 2018-03-14 00:53:24 +01:00
destructor-restrictions.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
destructor-restrictions.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
destructor-restrictions.stderr update tests 2018-03-14 00:53:24 +01:00
dropck_arr_cycle_checked.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck_arr_cycle_checked.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
dropck_arr_cycle_checked.stderr update tests 2018-03-14 00:53:24 +01:00
dropck_direct_cycle_with_drop.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck_direct_cycle_with_drop.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
dropck_direct_cycle_with_drop.stderr update tests 2018-03-14 00:53:24 +01:00
dropck_misc_variants.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck_misc_variants.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
dropck_misc_variants.stderr update tests 2018-03-14 00:53:24 +01:00
dropck_vec_cycle_checked.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck_vec_cycle_checked.rs Workaround rust-lang/rust#49998 by opting into experimental -Z nll-subminimal-causes flag 2018-04-18 15:37:30 +02:00
dropck_vec_cycle_checked.stderr Workaround rust-lang/rust#49998 by opting into experimental -Z nll-subminimal-causes flag 2018-04-18 15:37:30 +02:00
dropck-object-cycle.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck-object-cycle.rs Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
dropck-object-cycle.stderr update tests 2018-03-14 00:53:24 +01:00
E0046.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
E0046.stderr update tests 2018-03-14 00:53:24 +01:00
E0057.rs Better underline for E0057,E0060,E0061 2016-10-06 22:02:46 +02:00
E0057.stderr update tests 2018-03-14 00:53:24 +01:00
E0072.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0072.stderr update tests 2018-03-14 00:53:24 +01:00
E0204.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0204.stderr Fix tuple struct field spans 2018-05-10 09:15:47 -07:00
E0493.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
E0493.stderr update tests 2018-03-14 00:53:24 +01:00
E0535.rs Update invalid inline arg test. 2017-11-07 08:54:38 +01:00
E0535.stderr update tests 2018-03-14 00:53:24 +01:00
E0536.rs fix span for errors E0537, E0535 & E0536 2016-09-10 10:21:13 +03:00
E0536.stderr update tests 2018-03-14 00:53:24 +01:00
E0537.rs fix span for errors E0537, E0535 & E0536 2016-09-10 10:21:13 +03:00
E0537.stderr update tests 2018-03-14 00:53:24 +01:00
gated-features-attr-spans.rs stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
gated-features-attr-spans.stderr stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
impl-wrong-item-for-trait.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
impl-wrong-item-for-trait.stderr update tests 2018-03-14 00:53:24 +01:00
import-ty-params.rs Fix fallout in tests. 2017-08-22 15:50:21 -07:00
import-ty-params.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue28498-reject-ex1.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue28498-reject-ex1.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue28498-reject-ex1.stderr update tests 2018-03-14 00:53:24 +01:00
issue28498-reject-lifetime-param.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue28498-reject-lifetime-param.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue28498-reject-lifetime-param.stderr update tests 2018-03-14 00:53:24 +01:00
issue28498-reject-passed-to-fn.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue28498-reject-passed-to-fn.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue28498-reject-passed-to-fn.stderr update tests 2018-03-14 00:53:24 +01:00
issue28498-reject-trait-bound.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue28498-reject-trait-bound.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue28498-reject-trait-bound.stderr update tests 2018-03-14 00:53:24 +01:00
issue-7575.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-7575.stderr Fix typo 2018-05-29 14:48:23 -07:00
issue-11925.nll.stderr Use new region infer errors for explaining borrows 2018-10-21 12:35:00 +01:00
issue-11925.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-11925.stderr update tests 2018-03-14 00:53:24 +01:00
issue-15480.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
issue-15480.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-15480.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23338-locals-die-before-temps-of-body.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-23338-locals-die-before-temps-of-body.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-23338-locals-die-before-temps-of-body.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23729.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23729.stderr update tests 2018-03-14 00:53:24 +01:00
issue-23827.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-23827.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24356.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
issue-24356.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24690.rs Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
issue-24690.stderr Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00
issue-24805-dropck-child-has-items-via-parent.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-24805-dropck-child-has-items-via-parent.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-24805-dropck-child-has-items-via-parent.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24805-dropck-trait-has-items.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-24805-dropck-trait-has-items.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
issue-24805-dropck-trait-has-items.stderr update tests 2018-03-14 00:53:24 +01:00
issue-24895-copy-clone-dropck.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-24895-copy-clone-dropck.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-24895-copy-clone-dropck.stderr update tests 2018-03-14 00:53:24 +01:00
issue-25199.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-25199.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-25199.stderr update tests 2018-03-14 00:53:24 +01:00
issue-26656.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-26656.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-26656.stderr update tests 2018-03-14 00:53:24 +01:00
issue-27522.rs Refactor and add comments to code in receiver_is_valid 2018-12-20 01:20:17 -05:00
issue-27522.stderr Refactor and add comments to code in receiver_is_valid 2018-12-20 01:20:17 -05:00
issue-29106.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
issue-29106.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
issue-29106.stderr update tests 2018-03-14 00:53:24 +01:00
issue-29595.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
issue-29595.stderr update tests 2018-03-14 00:53:24 +01:00
issue-33884.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
issue-33884.stderr update tests 2018-03-14 00:53:24 +01:00
issue-34264.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-34264.stderr update tests 2018-03-14 00:53:24 +01:00
issue-35987.rs Add empty main() to tests where it is missing. 2018-03-14 12:23:28 -07:00
issue-35987.stderr Update tests 2018-03-16 11:52:46 +01:00
issue-36530.rs Feature gate non-builtin attributes in inner attribute position 2018-09-10 03:35:47 +03:00
issue-36530.stderr Extra proc macro gates are now at #54727 2018-10-01 12:37:07 -07:00
issue-36537.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-36537.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-36537.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
issue-37767.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-37767.stderr update tests 2018-03-14 00:53:24 +01:00
issue-39018.rs Handle custom diagnostic for &str + String 2018-02-20 22:46:51 -08:00
issue-39018.stderr Do not suggest using to_owned() on &str += &str 2018-07-21 22:33:32 -07:00
issue-39698.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-39698.stderr update tests 2018-03-14 00:53:24 +01:00
issue-40157.nll.stderr Use better spans for dummy accesses used in matches 2018-07-26 22:06:12 +01:00
issue-40157.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-40157.stderr update tests 2018-03-14 00:53:24 +01:00
issue-42234-unknown-receiver-type.rs inform type annotations 2018-02-14 11:06:08 +08:00
issue-42234-unknown-receiver-type.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
issue-43927-non-ADT-derive.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-43927-non-ADT-derive.stderr Update UI tests 2018-02-26 20:24:02 +03:00
lint-unused-unsafe.rs Point to enclosing block/fn on nested unsafe 2017-03-10 07:53:08 -08:00
lint-unused-unsafe.stderr Update UI tests 2018-02-26 20:24:42 +03:00
macro-span-replacement.rs dead-code lint: say "constructed" for structs 2018-07-21 18:30:33 -07:00
macro-span-replacement.stderr dead-code lint: say "constructed" for structs 2018-07-21 18:30:33 -07:00
macro-ty-params.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro-ty-params.stderr resolve: More precise determinacy tracking during import/macro resolution 2018-11-18 13:51:42 +03:00
method-and-field-eager-resolution.rs Improve eager type resolution error message 2018-05-13 13:02:34 -03:00
method-and-field-eager-resolution.stderr Reword when _ couldn't be inferred 2018-07-20 09:17:18 -07:00
missing-unit-argument.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
missing-unit-argument.stderr update tests 2018-03-14 00:53:24 +01:00
move-closure.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
move-closure.stderr update tests 2018-03-14 00:53:24 +01:00
multiline-span-E0072.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
multiline-span-E0072.stderr update tests 2018-03-14 00:53:24 +01:00
multiline-span-simple.rs Add filter to detect local crates for rustc_on_unimplemented 2018-02-01 15:06:21 -08:00
multiline-span-simple.stderr update tests 2018-03-14 00:53:24 +01:00
multispan-import-lint.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
multispan-import-lint.stderr Update UI tests 2018-02-26 20:24:02 +03:00
mut-arg-hint.nll.stderr Include lifetime in mutability suggestion in NLL messages 2018-07-30 15:41:39 -07:00
mut-arg-hint.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-arg-hint.stderr update tests 2018-03-14 00:53:24 +01:00
mut-ptr-cant-outlive-ref.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
mut-ptr-cant-outlive-ref.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
mut-ptr-cant-outlive-ref.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
non-existing-module-import.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
non-existing-module-import.stderr resolve: Avoid sentence breaks in diagnostics 2018-11-18 13:58:36 +03:00
pub-struct-field.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
pub-struct-field.stderr update tests 2018-03-14 00:53:24 +01:00
range-2.nll.stderr Update NLL 3-point error message for fake reads in optimized let patterns 2018-09-18 14:36:37 +02:00
range-2.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
range-2.stderr update tests 2018-03-14 00:53:24 +01:00
recursive-type-field.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
recursive-type-field.stderr update tests 2018-03-14 00:53:24 +01:00
regionck-unboxed-closure-lifetimes.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
regionck-unboxed-closure-lifetimes.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
regionck-unboxed-closure-lifetimes.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
regions-close-over-borrowed-ref-in-obj.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
regions-close-over-borrowed-ref-in-obj.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
regions-close-over-borrowed-ref-in-obj.stderr update tests 2018-03-14 00:53:24 +01:00
regions-close-over-type-parameter-2.nll.stderr Identify borrows captured by trait objects. 2018-10-07 16:03:06 +02:00
regions-close-over-type-parameter-2.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
regions-close-over-type-parameter-2.stderr update tests 2018-03-14 00:53:24 +01:00
regions-escape-loop-via-variable.nll.stderr Test fixes for the change of error message for issue #54015 2018-09-28 09:25:14 -07:00
regions-escape-loop-via-variable.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
regions-escape-loop-via-variable.stderr update tests 2018-03-14 00:53:24 +01:00
regions-escape-loop-via-vec.nll.stderr Test fixes for the change of error message for issue #54015 2018-09-28 09:25:14 -07:00
regions-escape-loop-via-vec.rs Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
regions-escape-loop-via-vec.stderr update tests 2018-03-14 00:53:24 +01:00
regions-infer-borrow-scope-within-loop.nll.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
regions-infer-borrow-scope-within-loop.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
regions-infer-borrow-scope-within-loop.stderr update tests 2018-03-14 00:53:24 +01:00
send-is-not-static-ensures-scoping.nll.stderr Update NLL 3-point error message for fake reads in optimized let patterns 2018-09-18 14:36:37 +02:00
send-is-not-static-ensures-scoping.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
send-is-not-static-ensures-scoping.stderr update tests 2018-03-14 00:53:24 +01:00
send-is-not-static-std-sync-2.nll.stderr Update NLL 3-point error message for fake reads in optimized let patterns 2018-09-18 14:36:37 +02:00
send-is-not-static-std-sync-2.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
send-is-not-static-std-sync-2.stderr update tests 2018-03-14 00:53:24 +01:00
send-is-not-static-std-sync.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
send-is-not-static-std-sync.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
send-is-not-static-std-sync.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
slice-borrow.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
slice-borrow.rs Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
slice-borrow.stderr Match errors using the callsite of macro expansions 2018-07-23 14:31:06 +02:00
suggestion-non-ascii.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
suggestion-non-ascii.stderr update tests 2018-03-14 00:53:24 +01:00
type-binding.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-binding.stderr update tests 2018-03-14 00:53:24 +01:00
typo-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
typo-suggestion.stderr update tests 2018-03-14 00:53:24 +01:00
unused-warning-point-at-signature.rs dead-code lint: say "constructed" for structs 2018-07-21 18:30:33 -07:00
unused-warning-point-at-signature.stderr dead-code lint: say "constructed" for structs 2018-07-21 18:30:33 -07:00
vec_refs_data_with_early_death.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
vec_refs_data_with_early_death.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
vec_refs_data_with_early_death.stderr update tests 2018-03-14 00:53:24 +01:00
vec-must-not-hide-type-from-dropck.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
vec-must-not-hide-type-from-dropck.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
vec-must-not-hide-type-from-dropck.stderr update tests 2018-03-14 00:53:24 +01:00
visibility-ty-params.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
visibility-ty-params.stderr Update UI tests 2018-02-26 20:24:02 +03:00
wf-method-late-bound-regions.nll.stderr Update NLL 3-point error message for fake reads in optimized let patterns 2018-09-18 14:36:37 +02:00
wf-method-late-bound-regions.rs Update the previously checkpointed (but unused by bors) tests to reflect current reality. 2018-04-18 15:37:18 +02:00
wf-method-late-bound-regions.stderr update tests 2018-03-14 00:53:24 +01:00