From fba15a46ca8efa97e8a955794724ac7ce27805b8 Mon Sep 17 00:00:00 2001 From: Yusuke Abe Date: Tue, 12 Oct 2021 08:52:21 +0900 Subject: [PATCH] Update some docs from 2021-10 date triage (#1230) --- src/backend/updating-llvm.md | 2 +- src/borrow_check/region_inference/member_constraints.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 9deff62dd6fa8..1a6fa033a9a5b 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -67,7 +67,7 @@ Example PRs look like: ## Feature updates > Note that this information is as of the time of this writing (April 2021). The process for updating LLVM changes with +2021-10 --> (October 2021). The process for updating LLVM changes with practically all LLVM updates, so this may be out of date! Unlike bugfixes, updating to pick up a new feature of LLVM typically requires a diff --git a/src/borrow_check/region_inference/member_constraints.md b/src/borrow_check/region_inference/member_constraints.md index dfc4327e501df..c7c107e1ed9ff 100644 --- a/src/borrow_check/region_inference/member_constraints.md +++ b/src/borrow_check/region_inference/member_constraints.md @@ -94,7 +94,7 @@ member constraints come in. ## Choices are always lifetime parameters At present, the "choice" regions from a member constraint are always lifetime -parameters from the current function. As of January 2021, +parameters from the current function. As of October 2021, this falls out from the placement of impl Trait, though in the future it may not be the case. We take some advantage of this fact, as it simplifies the current code. In particular, we don't have to consider a case like `'0 member of ['1,