rust/src/test/ui/hrtb
2021-11-04 00:53:54 +08:00
..
complex.rs Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
due-to-where-clause.rs Make lifetimes in constants live at the point of use 2019-10-02 20:39:01 +01:00
due-to-where-clause.stderr Remove unnecessary note on errors 2021-02-09 21:16:00 +00:00
hrtb-cache-issue-54302.rs make evaluation track whether outlives relationships mattered 2019-01-02 17:35:05 -05:00
hrtb-cache-issue-54302.stderr Remove unnecessary note on errors 2021-02-09 21:16:00 +00:00
hrtb-conflate-regions.nll.stderr Report nicer errors for HRTB NLL errors from queries 2021-08-15 09:11:01 +02:00
hrtb-conflate-regions.rs Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
hrtb-conflate-regions.stderr Avoid repeating self type in placeholder error 2021-02-09 22:28:09 +00:00
hrtb-debruijn-in-receiver.rs Remove licenses 2018-12-25 21:08:33 -07:00
hrtb-debruijn-in-receiver.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
hrtb-exists-forall-fn.nll.stderr Report mismatched type errors for bound region errors in NLL 2021-08-15 09:11:00 +02:00
hrtb-exists-forall-fn.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
hrtb-exists-forall-fn.stderr move leak-check to during coherence, candidate eval 2020-06-22 15:33:05 +00:00
hrtb-exists-forall-trait-contravariant.nll.stderr Report nicer errors for HRTB NLL errors from queries 2021-08-15 09:11:01 +02:00
hrtb-exists-forall-trait-contravariant.rs remove snapshot calls from "match" operations during select 2020-06-22 18:51:05 +00:00
hrtb-exists-forall-trait-contravariant.stderr Avoid repeating self type in placeholder error 2021-02-09 22:28:09 +00:00
hrtb-exists-forall-trait-covariant.rs rewrite leak check to be based on universes 2020-06-22 14:33:44 +00:00
hrtb-exists-forall-trait-invariant.nll.stderr Report nicer errors for HRTB NLL errors from queries 2021-08-15 09:11:01 +02:00
hrtb-exists-forall-trait-invariant.rs Fix typos “a”→“an” 2021-08-22 15:35:11 +02:00
hrtb-exists-forall-trait-invariant.stderr Avoid repeating self type in placeholder error 2021-02-09 22:28:09 +00:00
hrtb-higher-ranker-supertraits-transitive.rs tests: worse diagnostics, but basically same errors 2019-01-02 17:35:05 -05:00
hrtb-higher-ranker-supertraits-transitive.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
hrtb-higher-ranker-supertraits.rs update test files to reflect new output 2019-02-21 11:32:17 -05:00
hrtb-higher-ranker-supertraits.stderr Point at call span that introduced obligation for the arg 2021-09-16 12:12:27 +00:00
hrtb-identity-fn-borrows.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
hrtb-identity-fn-borrows.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
hrtb-just-for-static.nll.stderr Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
hrtb-just-for-static.rs apply the new placeholder errors even with just one placeholder 2019-01-02 17:35:06 -05:00
hrtb-just-for-static.stderr Keep existing names of regions in placeholder_error 2021-02-10 20:00:36 +00:00
hrtb-perfect-forwarding.nll.stderr Don't suggest replacing region with 'static in NLL 2021-10-03 21:53:48 -05:00
hrtb-perfect-forwarding.polonius.stderr bless hrtb-perfect-forwarding under polonius 2021-08-03 20:29:37 +02:00
hrtb-perfect-forwarding.rs Report "nice" placeholder errors more often 2021-02-09 22:59:32 +00:00
hrtb-perfect-forwarding.stderr Keep existing names of regions in placeholder_error 2021-02-10 20:00:36 +00:00
issue-30786.migrate.stderr Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
issue-30786.nll.stderr Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
issue-30786.rs Avoid describing a method as 'not found' when bounds are unsatisfied 2021-01-26 23:59:50 -05:00
issue-46989.nll.stderr Report nicer errors for HRTB NLL errors from queries 2021-08-15 09:11:01 +02:00
issue-46989.rs remove snapshot calls from "match" operations during select 2020-06-22 18:51:05 +00:00
issue-46989.stderr Remove unnecessary note on errors 2021-02-09 21:16:00 +00:00
issue-57639.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-58451.rs On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-58451.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
issue-62203-hrtb-ice.rs fix(rustc_typeck): report function argument errors on matching type 2021-10-25 12:23:52 -07:00
issue-62203-hrtb-ice.stderr fix(rustc_typeck): report function argument errors on matching type 2021-10-25 12:23:52 -07:00
issue-88446.rs In relate_tys, when creating new universes, insert missing universes as other 2021-09-09 18:04:59 -04:00
issue-90177.rs Erase regions within vtable_trait_first_method_offset. 2021-11-04 00:53:54 +08:00