1
Fork 0

Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki

Implement 2024-edition lifetime capture rules RFC

Implements rust-lang/rfcs#3498.
This commit is contained in:
bors 2023-12-10 15:51:39 +00:00
commit b9068315db
11 changed files with 125 additions and 8 deletions

View file

@ -933,6 +933,7 @@ symbols! {
lib,
libc,
lifetime,
lifetime_capture_rules_2024,
lifetimes,
likely,
line,