Files
rust/compiler
Michael Goulet 22da719762 Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors
Optimize the diagnostic generation for `extern unsafe`

This PR does the following about diagnostic generation when parsing foreign mod:
1. Fixes the FIXME about avoiding depending on the error message text.
2. Continue parsing when `unsafe` is followed by `{` (just like `unsafe extern {...}`).
3. Add test case.
2022-05-30 15:57:27 -07:00
..
2022-05-26 13:14:24 +02:00
2022-05-27 07:36:17 -04:00
2022-05-12 18:31:42 +09:00
2022-05-23 14:07:40 +02:00
2022-05-26 13:14:24 +02:00
2022-05-27 07:36:17 -04:00