File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
456
456
< ol type ="1 ">
457
457
< li > Explore the viability of memory safety without lifetime
458
458
parameters.</ li >
459
- < li > Explain the infeasibility of making legacy lvalue and rvalue
460
- references memory safe.</ li >
459
+ < li > Explain the infeasibility of making legacy lvalue- and
460
+ rvalue- references memory safe.</ li >
461
461
< li > Address common objections to safety models that use lifetime
462
462
annotations.</ li >
463
463
</ ol >
Original file line number Diff line number Diff line change @@ -456,8 +456,8 @@ <h1 data-number="1" id="abstract"><span class="header-section-number">1</span> A
456
456
< ol type ="1 ">
457
457
< li > Explore the viability of memory safety without lifetime
458
458
parameters.</ li >
459
- < li > Explain the infeasibility of making legacy lvalue and rvalue
460
- references memory safe.</ li >
459
+ < li > Explain the infeasibility of making legacy lvalue- and
460
+ rvalue- references memory safe.</ li >
461
461
< li > Address common objections to safety models that use lifetime
462
462
annotations.</ li >
463
463
</ ol >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ toc: false
14
14
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:
15
15
16
16
1 . Explore the viability of memory safety without lifetime parameters.
17
- 2 . Explain the infeasibility of making legacy lvalue and rvalue references memory safe.
17
+ 2 . Explain the infeasibility of making legacy lvalue- and rvalue- references memory safe.
18
18
3 . Address common objections to safety models that use lifetime annotations.
19
19
20
20
# Safe references
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ toc: false
14
14
This proposal describes the implementation of a memory-safe reference type that does not use lifetime annotations. The goal of the proposal is to:
15
15
16
16
1 . Explore the viability of memory safety without lifetime parameters.
17
- 2 . Explain the infeasibility of making legacy lvalue and rvalue references memory safe.
17
+ 2 . Explain the infeasibility of making legacy lvalue- and rvalue- references memory safe.
18
18
3 . Address common objections to safety models that use lifetime annotations.
19
19
20
20
# Safe references
You can’t perform that action at this time.
0 commit comments