File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 30fac74bf3c370173d9c2cf1e023a6128488f5db
2
+ refs/heads/master: b7354f114d392ba8c09b8f39ae5b7945c9441a62
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
Original file line number Diff line number Diff line change @@ -373,8 +373,8 @@ assert y == 4u;
373
373
but are instead provided by the libraries. To make it clear to the reader when
374
374
a name refers to a syntax extension, the names of all syntax extensions end
375
375
with ` ! ` . The standard library defines a few syntax extensions, the most
376
- useful of which is ` fmt! ` , a ` sprintf ` -style text formatter that an early
377
- compiler phase expands statically .
376
+ useful of which is ` fmt! ` , a ` sprintf ` -style text formatter that you will
377
+ often see in examples .
378
378
379
379
` fmt! ` supports most of the directives that [ printf] [ pf ] supports, but unlike
380
380
printf, will give you a compile-time error when the types of the directives
You can’t perform that action at this time.
0 commit comments