File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ three cases has occurred:
96
96
from metavariables to the corresponding token trees.
97
97
- Failure: ` tts ` does not match ` ms ` . This results in an error message such as
98
98
"No rule expected token _ blah_ ".
99
- - Error: some fatal error has occurred _ in the parser_ . For example, this happens
100
- if there are more than one pattern match, since that indicates the macro is
101
- ambiguous.
99
+ - Error: some fatal error has occurred _ in the parser_ . For example, this
100
+ happens if there are more than one pattern match, since that indicates
101
+ the macro is ambiguous.
102
102
103
103
The full interface is defined [ here] [ code_parse_int ] .
104
104
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ enable it in the `config.toml`, too:
76
76
incremental = true
77
77
```
78
78
79
- Note that incremental compilation will use more disk space than
80
- usual. If disk space is a concern for you, you might want to check the
81
- size of the ` build ` directory from time to time.
79
+ Note that incremental compilation will use more disk space than usual.
80
+ If disk space is a concern for you, you might want to check the size
81
+ of the ` build ` directory from time to time.
82
82
83
83
## Running tests manually
84
84
You can’t perform that action at this time.
0 commit comments