Skip to content

Commit fba15a4

Browse files
authored
Update some docs from 2021-10 date triage (#1230)
1 parent ceec906 commit fba15a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/updating-llvm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Example PRs look like:
6767
## Feature updates
6868

6969
> Note that this information is as of the time of this writing <!-- date:
70-
2021-04 --> (April 2021). The process for updating LLVM changes with
70+
2021-10 --> (October 2021). The process for updating LLVM changes with
7171
practically all LLVM updates, so this may be out of date!
7272

7373
Unlike bugfixes, updating to pick up a new feature of LLVM typically requires a

src/borrow_check/region_inference/member_constraints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ member constraints come in.
9494
## Choices are always lifetime parameters
9595

9696
At present, the "choice" regions from a member constraint are always lifetime
97-
parameters from the current function. As of <!-- date: 2021-01 --> January 2021,
97+
parameters from the current function. As of <!-- date: 2021-10 --> October 2021,
9898
this falls out from the placement of impl Trait, though in the future it may not
9999
be the case. We take some advantage of this fact, as it simplifies the current
100100
code. In particular, we don't have to consider a case like `'0 member of ['1,

0 commit comments

Comments
 (0)