Commit c5183c6
committed
Clarify all borrow operators in the precedence table
This removes `&` and `&mut` and instead just links to the full grammar
for what the borrow operators are. There are many other variants, like
`&&` or `&raw`, and I didn't want to write all of them down. The
keywords after the `&&` are just modifiers, and are not really separate
things to be considered anyways.
Closes #17261 parent 5d44046 commit c5183c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments