We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b09bd1 commit abee1c5Copy full SHA for abee1c5
src/borrow_check/region_inference/placeholders_and_universes.md
@@ -271,9 +271,9 @@ The region inference engine will create a region element domain like this:
271
272
```text
273
{ CFG; end('static); placeholder(1) }
274
- --- ------------ ------- from the universe `!1`
275
- | 'static is always in scope
276
- all points in the CFG; not especially relevant here
+ --- ------------ ------- from the universe `!1`
+ | 'static is always in scope
+ all points in the CFG; not especially relevant here
277
```
278
279
It will always create two universal variables, one representing
0 commit comments