rust/tests/ui/impl-trait/precise-capturing
2025-03-23 14:11:04 +00:00
..
auxiliary Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
apit.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
apit.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
bad-lifetimes.rs Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
bad-lifetimes.stderr Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
bad-params.rs Do precise capturing arg validation in resolve 2024-09-16 10:56:22 -04:00
bad-params.stderr Introduce distinct error codes for precise capturing 2024-09-16 10:56:22 -04:00
bound-modifiers.rs Gate async fn trait bound modifier on async_trait_bounds 2024-12-02 16:50:44 +00:00
bound-modifiers.stderr Gate async fn trait bound modifier on async_trait_bounds 2024-12-02 16:50:44 +00:00
capture-parent-arg.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
capture-parent-arg.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
capturing-implicit.rs Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
capturing-implicit.stderr Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
duplicated-use.real.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
duplicated-use.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
dyn-use.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
dyn-use.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
elided.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
external-macro.rs Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
foreign-2021.rs Try to point out when edition 2024 lifetime capture rules cause borrowck issues 2024-10-31 01:35:14 +00:00
foreign-2021.stderr Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
forgot-to-capture-const.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
forgot-to-capture-const.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
forgot-to-capture-lifetime.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
forgot-to-capture-lifetime.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
forgot-to-capture-type.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
forgot-to-capture-type.stderr Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
hidden-type-suggestion.rs Bless test fallout 2024-08-17 12:43:25 -04:00
hidden-type-suggestion.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
higher-ranked.rs Remove lifetime_capture_rules_2024 feature 2025-02-09 19:09:45 +00:00
illegal-positions.real.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
illegal-positions.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
migration-note.rs best_blame_constraint: don't filter constraints by sup SCC 2025-01-06 16:08:29 -08:00
migration-note.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
ordering.rs Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
ordering.stderr Stabilize opaque type precise capturing 2024-08-17 12:33:29 -04:00
outlives.rs Remove lifetime_capture_rules_2024 feature 2025-02-09 19:09:45 +00:00
overcaptures-2024-but-fine.rs Don't worry about uncaptured contravariant lifetimes if they outlive a captured lifetime 2024-09-05 06:34:42 -04:00
overcaptures-2024-machine-applicable.fixed Make precise capturing suggestion machine-applicable only if it has not APITs 2024-11-12 04:08:34 +00:00
overcaptures-2024-machine-applicable.rs Make precise capturing suggestion machine-applicable only if it has not APITs 2024-11-12 04:08:34 +00:00
overcaptures-2024-machine-applicable.stderr Make precise capturing suggestion machine-applicable only if it has not APITs 2024-11-12 04:08:34 +00:00
overcaptures-2024.fixed Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures lint 2024-12-10 20:42:47 +00:00
overcaptures-2024.rs Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures lint 2024-12-10 20:42:47 +00:00
overcaptures-2024.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
redundant.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
redundant.stderr Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-captures-more-method-lifetimes.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-captures-more-method-lifetimes.stderr Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-impl-captures-too-much.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-impl-captures-too-much.stderr Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-outlives-2.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit-outlives.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
rpitit.stderr Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
self-capture.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00: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