Snapshots after copyedit checks of appendices a and b + recheck of 20

This commit is contained in:
Carol (Nichols || Goulding) 2022-08-29 20:11:23 -04:00 committed by Carol (Nichols || Goulding)
parent 219ad84cda
commit 142550a69d
4 changed files with 4 additions and 6 deletions

View File

@ -166,14 +166,12 @@ choose identifier names, as well as lets us integrate with programs written in
a language where these words arent keywords. In addition, raw identifiers
allow you to use libraries written in a different Rust edition than your crate
uses. For example, `try` isnt a keyword in the 2015 edition but is in the 2018
edition. If you depend on a library that is written using the 2015 edition and
has a `try` function, youll need to use the raw identifier syntax, `r#try` in
this case, to call that function from your 2018 edition code. See Appendix E
for more information on editions.
and 2021 editions. If you depend on a library that is written using the 2015
edition and has a `try` function, youll need to use the raw identifier syntax,
`r#try` in this case, to call that function from your 2021 edition code. See
Appendix E for more information on editions.
Unmatched: NoParagraphStyle
[TOC]
## Appendix B: Operators and Symbols

Binary file not shown.

Binary file not shown.

Binary file not shown.