rust/src/test/ui/lifetime-errors
Matthew Jasper 6853b34f0e Don't show first assignment in loops
Matches current ast-borrowck behavior.
2017-11-27 08:07:49 +00:00
..
42701_one_named_and_one_anonymous.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
42701_one_named_and_one_anonymous.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-early-bound-in-struct.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-early-bound-in-struct.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else-using-impl.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-if-else.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-return-type-is-anon.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-return-type-is-anon.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-self-is-anon.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1-return-one-existing-name-self-is-anon.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1b-return-no-names-if-else.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex1b-return-no-names-if-else.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name-early-bound.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name-early-bound.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2a-push-one-existing-name.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2b-push-no-existing-names.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2b-push-no-existing-names.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2c-push-inference-variable.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2c-push-inference-variable.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2d-push-inference-variable-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2d-push-inference-variable-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2e-push-inference-variable-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex2e-push-inference-variable-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-4.stderr Adding E0623 for structs 2017-09-12 10:06:29 +05:30
ex3-both-anon-regions-both-are-structs-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-4.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-4.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-earlybound-regions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-earlybound-regions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-latebound-regions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs-latebound-regions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-both-are-structs.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-latebound-regions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-latebound-regions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-2.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-2.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-3.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-3.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-4.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct-4.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-one-is-struct.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-return-type-is-anon.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-return-type-is-anon.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-self-is-anon.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-self-is-anon.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-fn-items.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-fn-items.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-impl-items.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-impl-items.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-trait-objects.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions-using-trait-objects.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
ex3-both-anon-regions.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
liveness-assign-imm-local-notes.rs Don't show first assignment in loops 2017-11-27 08:07:49 +00:00
liveness-assign-imm-local-notes.stderr Don't show first assignment in loops 2017-11-27 08:07:49 +00:00