rust/src/test/ui/span
kennytm 82cdbf1d3a
Rollup merge of #52507 - estebank:infer-type, r=nikomatsakis
Reword when `_` couldn't be inferred

r? @nikomatsakis
2018-07-22 22:10:11 +08:00
..
borrowck-borrow-overloaded-auto-deref-mut.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
borrowck-borrow-overloaded-auto-deref-mut.rs
borrowck-borrow-overloaded-auto-deref-mut.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-borrow-overloaded-deref-mut.nll.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
borrowck-borrow-overloaded-deref-mut.rs
borrowck-borrow-overloaded-deref-mut.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-call-is-borrow-issue-12224.nll.stderr Add specific message when moving from upvars in a non-FnOnce closure 2018-07-21 18:40:46 +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
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
borrowck-fn-in-const-b.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-let-suggestion-suffixes.nll.stderr 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.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
borrowck-object-mutability.stderr update tests 2018-03-14 00:53:24 +01:00
borrowck-ref-into-rvalue.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02: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 Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
coerce-suggestions.stderr update tests 2018-03-14 00:53:24 +01:00
destructor-restrictions.nll.stderr Make causal tracking lazy 2018-07-01 20:46:07 -03: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 update test 2018-07-05 17:38:44 +08: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 update test 2018-07-05 17:38:44 +08: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 update test 2018-07-05 17:38:44 +08: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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
E0057.stderr update tests 2018-03-14 00:53:24 +01:00
E0072.rs
E0072.stderr update tests 2018-03-14 00:53:24 +01:00
E0204.rs
E0204.stderr Fix tuple struct field spans 2018-05-10 09:15:47 -07:00
E0493.rs
E0493.stderr update tests 2018-03-14 00:53:24 +01:00
E0535.rs
E0535.stderr update tests 2018-03-14 00:53:24 +01:00
E0536.rs
E0536.stderr update tests 2018-03-14 00:53:24 +01:00
E0537.rs
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-parsing.rs syntax: Rewrite parsing of impls 2018-01-14 18:10:05 +03:00
impl-parsing.stderr Update UI tests 2018-02-26 20:24:02 +03: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
import-ty-params.stderr Update UI tests 2018-02-26 20:24:02 +03:00
issue28498-reject-ex1.nll.stderr Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02:00
issue-11925.rs
issue-11925.stderr update tests 2018-03-14 00:53:24 +01:00
issue-15480.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02: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 Make causal tracking lazy 2018-07-01 20:46:07 -03: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
issue-24690.stderr Update tests 2018-03-16 11:52:46 +01:00
issue-24805-dropck-child-has-items-via-parent.nll.stderr Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03:00
issue-24805-dropck-trait-has-items.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08: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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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
issue-27522.stderr Remove unnecessary "`" in error message E0307 (invalid self type). 2018-03-15 17:59:17 +08:00
issue-29106.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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
issue-29595.stderr update tests 2018-03-14 00:53:24 +01:00
issue-33884.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
issue-33884.stderr update tests 2018-03-14 00:53:24 +01:00
issue-34264.rs
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
issue-36530.stderr update tests 2018-03-14 00:53:24 +01:00
issue-36537.nll.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02: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
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 update tests 2018-03-14 00:53:24 +01:00
issue-39698.rs
issue-39698.stderr update tests 2018-03-14 00:53:24 +01:00
issue-40157.nll.stderr Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02:00
issue-40157.rs
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
issue-43927-non-ADT-derive.stderr Update UI tests 2018-02-26 20:24:02 +03:00
lint-unused-unsafe.rs
lint-unused-unsafe.stderr Update UI tests 2018-02-26 20:24:42 +03:00
macro-span-replacement.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
macro-span-replacement.stderr Update UI tests 2018-02-26 20:24:02 +03:00
macro-ty-params.rs
macro-ty-params.stderr Update UI tests 2018-02-26 20:24:02 +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
missing-unit-argument.stderr update tests 2018-03-14 00:53:24 +01:00
move-closure.rs
move-closure.stderr update tests 2018-03-14 00:53:24 +01:00
multiline-span-E0072.rs
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 Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
mut-arg-hint.rs
mut-arg-hint.stderr update tests 2018-03-14 00:53:24 +01:00
mut-ptr-cant-outlive-ref.nll.stderr 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.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
non-existing-module-import.stderr update tests 2018-03-14 00:53:24 +01:00
pub-struct-field.rs
pub-struct-field.stderr update tests 2018-03-14 00:53:24 +01:00
range-2.nll.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +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
recursive-type-field.stderr update tests 2018-03-14 00:53:24 +01:00
regionck-unboxed-closure-lifetimes.nll.stderr 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.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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02: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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02: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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +02: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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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 Checkpoint the current status of NLL on ui tests via compare-mode=nll. 2018-04-11 00:38:35 +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 Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
slice-borrow.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
slice-borrow.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
suggestion-non-ascii.rs
suggestion-non-ascii.stderr update tests 2018-03-14 00:53:24 +01:00
type-binding.rs
type-binding.stderr update tests 2018-03-14 00:53:24 +01:00
typo-suggestion.rs
typo-suggestion.stderr update tests 2018-03-14 00:53:24 +01:00
unused-warning-point-at-signature.rs
unused-warning-point-at-signature.stderr Update UI tests 2018-02-26 20:24:42 +03:00
vec_refs_data_with_early_death.nll.stderr Suggest that values are dropped in the opposite order they are defined 2018-06-19 21:21:50 -03: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 update test 2018-07-05 17:38:44 +08: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
visibility-ty-params.stderr Update UI tests 2018-02-26 20:24:02 +03:00
wf-method-late-bound-regions.nll.stderr 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.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