rust/tests/ui/impl-trait/precise-capturing
2024-07-11 14:01:29 -04:00
..
apit.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
apit.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
bad-lifetimes.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
bad-lifetimes.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
bad-params.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
bad-params.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
bound-modifiers.rs Move binder and polarity parsing into parse_generic_ty_bound 2024-06-28 19:40:31 -04:00
bound-modifiers.stderr Move binder and polarity parsing into parse_generic_ty_bound 2024-06-28 19:40:31 -04:00
capture-parent-arg.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
capture-parent-arg.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
duplicated-use.real.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
duplicated-use.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
dyn-use.rs Add tests for illegal use bound syntax 2024-06-17 22:35:25 -04:00
dyn-use.stderr Add tests for illegal use bound syntax 2024-06-17 22:35:25 -04:00
elided.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
forgot-to-capture-const.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
forgot-to-capture-const.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
forgot-to-capture-lifetime.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
forgot-to-capture-lifetime.stderr Suggest using precise capturing for hidden type that captures region 2024-07-11 14:01:29 -04:00
forgot-to-capture-type.rs Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
forgot-to-capture-type.stderr Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
hidden-type-suggestion.rs Suggest using precise capturing for hidden type that captures region 2024-07-11 14:01:29 -04:00
hidden-type-suggestion.stderr Suggest using precise capturing for hidden type that captures region 2024-07-11 14:01:29 -04:00
higher-ranked.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
illegal-positions.real.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
illegal-positions.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
ordering.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
ordering.stderr Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
outlives.rs Delay a bug and mark precise_capturing as not incomplete 2024-06-17 22:35:25 -04:00
overcaptures-2024.fixed Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
overcaptures-2024.rs And finally add tests 2024-05-13 23:57:56 -04:00
overcaptures-2024.stderr Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
redundant.normal.stderr Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
redundant.rpitit.stderr Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
redundant.rs Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
rpitit.rs Add a test demonstrating that RPITITs cant use precise capturing 2024-06-20 12:04:59 -04:00
rpitit.stderr Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
self-capture.rs Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
self-capture.stderr Deny use<> for RPITITs 2024-06-24 12:03:09 -04:00
unexpected-token.rs Rework precise capturing syntax 2024-06-17 22:35:25 -04:00
unexpected-token.stderr Rework precise capturing syntax 2024-06-17 22:35:25 -04:00