Skip to content

Commit d8087d0

Browse files
authored
Merge pull request #2826 from rust-lang/tshepang/nits
missing pause
2 parents 00e9fe2 + 6840033 commit d8087d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ You can match on the following names and values, using `name = "value"`:
953953
Only `"MainFunctionType"` is supported.
954954
- `from_desugaring`: Match against a particular variant of the `DesugaringKind` enum.
955955
The desugaring is identified by its variant name, for example
956-
`"QuestionMark"` for `?` desugaring or `"TryBlock"` for `try` blocks.
956+
`"QuestionMark"` for `?` desugaring, or `"TryBlock"` for `try` blocks.
957957
- `Self` and any generic arguments of the trait, like `Self = "alloc::string::String"`
958958
or `Rhs="i32"`.
959959

0 commit comments

Comments
 (0)