rust/src/test/ui/lifetime-errors
2017-09-12 16:48:18 +05:30
..
ex1-return-one-existing-name-if-else-2.rs Adding diagnostic code 0611 for lifetime errors with one named, one anonymous lifetime parameter 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-if-else-2.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-if-else-3.rs Adding diagnostic code 0611 for lifetime errors with one named, one anonymous lifetime parameter 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-if-else-3.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-if-else-using-impl-2.rs Enabling E0611 for inherent functions 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-if-else-using-impl-2.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-if-else-using-impl-3.rs track anonymous regions in return types, fix tidy errors 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-if-else-using-impl-3.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-if-else-using-impl.rs Adding new ui test for trait impl 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-if-else-using-impl.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-if-else.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex1-return-one-existing-name-if-else.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex1-return-one-existing-name-return-type-is-anon.rs track anonymous regions in return types, fix tidy errors 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-return-type-is-anon.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1-return-one-existing-name-self-is-anon.rs Adding changes to track anonymous region in self 2017-06-29 06:37:18 -07:00
ex1-return-one-existing-name-self-is-anon.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex1b-return-no-names-if-else.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex1b-return-no-names-if-else.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex2a-push-one-existing-name-2.rs Adding diagnostic code 0611 for lifetime errors with one named, one anonymous lifetime parameter 2017-06-29 06:37:18 -07:00
ex2a-push-one-existing-name-2.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
ex2a-push-one-existing-name.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex2a-push-one-existing-name.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex2b-push-no-existing-names.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex2b-push-no-existing-names.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex2c-push-inference-variable.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex2c-push-inference-variable.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex2d-push-inference-variable-2.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex2d-push-inference-variable-2.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex2e-push-inference-variable-3.rs add some sample UI error test cases 2017-02-17 11:01:35 -05:00
ex2e-push-inference-variable-3.stderr Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
ex3-both-anon-regions-2.rs Adding E0623, to detect missing lifetimes when both regions are anonymous 2017-07-28 08:51:58 +05:30
ex3-both-anon-regions-2.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-3.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-3.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
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 Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-both-are-structs-2.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-both-are-structs-3.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-both-are-structs-3.stderr code review fixes 2017-08-23 18:43:26 +05:30
ex3-both-anon-regions-both-are-structs-4.rs Adding E0623 for structs 2017-09-12 10:06:29 +05:30
ex3-both-anon-regions-both-are-structs-4.stderr Adding E0623 for structs 2017-09-12 10:06:29 +05:30
ex3-both-anon-regions-both-are-structs.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-both-are-structs.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-earlybound-regions.rs adding E0623 for LateBound regions 2017-09-09 11:12:27 +05:30
ex3-both-anon-regions-earlybound-regions.stderr adding E0623 for LateBound regions 2017-09-09 11:12:27 +05:30
ex3-both-anon-regions-latebound-regions.rs adding E0623 for LateBound regions 2017-09-09 11:12:27 +05:30
ex3-both-anon-regions-latebound-regions.stderr adding E0623 for LateBound regions 2017-09-09 11:12:27 +05:30
ex3-both-anon-regions-one-is-struct-2.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-one-is-struct-2.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-one-is-struct-3.rs add ui test for fn items, tidy fixes 2017-09-12 16:48:18 +05:30
ex3-both-anon-regions-one-is-struct-3.stderr minor fix 2017-08-23 19:43:05 +05:30
ex3-both-anon-regions-one-is-struct-4.rs Adding E0623 for structs 2017-09-12 10:06:29 +05:30
ex3-both-anon-regions-one-is-struct-4.stderr Adding E0623 for structs 2017-09-12 10:06:29 +05:30
ex3-both-anon-regions-one-is-struct.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-one-is-struct.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-return-type-is-anon.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-return-type-is-anon.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-self-is-anon.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-self-is-anon.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-using-fn-items.rs add ui test for fn items, tidy fixes 2017-09-12 16:48:18 +05:30
ex3-both-anon-regions-using-fn-items.stderr add ui test for fn items, tidy fixes 2017-09-12 16:48:18 +05:30
ex3-both-anon-regions-using-impl-items.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions-using-impl-items.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions.rs Adding E0623 for structs 2017-08-17 15:06:32 +05:30
ex3-both-anon-regions.stderr Adding E0623 for structs 2017-08-17 15:06:32 +05:30