rust/tests/ui/impl-trait/precise-capturing
2024-07-17 10:52:13 -04:00
..
apit.rs
apit.stderr
bad-lifetimes.rs
bad-lifetimes.stderr
bad-params.rs
bad-params.stderr
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
capture-parent-arg.stderr
duplicated-use.real.stderr
duplicated-use.rs
dyn-use.rs
dyn-use.stderr
elided.rs
forgot-to-capture-const.rs
forgot-to-capture-const.stderr
forgot-to-capture-lifetime.rs
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 Fix precise capturing suggestion for hidden type when APITs are involved 2024-07-17 10:52:13 -04:00
hidden-type-suggestion.stderr Fix precise capturing suggestion for hidden type when APITs are involved 2024-07-17 10:52:13 -04:00
higher-ranked.rs
illegal-positions.real.stderr
illegal-positions.rs
ordering.rs
ordering.stderr
outlives.rs
overcaptures-2024.fixed
overcaptures-2024.rs
overcaptures-2024.stderr
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
unexpected-token.stderr