Commit 67e39ed
authored
Rollup merge of rust-lang#63759 - Centril:parse-default-async-fn, r=petrochenkov
Allow 'default async fn' to parse.
- Parse default async fn. Fixes rust-lang#63716.
(`cherry-pick`ed from 3rd commit in rust-lang#63749.)
r? @petrochenkovFile tree
2 files changed
+15
-0
lines changed- src
- libsyntax/parse/parser
- test/ui/specialization
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| 828 | + | |
828 | 829 | | |
829 | 830 | | |
830 | 831 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments