diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-04-01 06:59:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 06:59:42 +0200 |
| commit | 8f493fd46a99c1c9255b684d8a7e61991e59a923 (patch) | |
| tree | 6189e7050d91ec0572ee8b54fb98f11aa3f5be25 /compiler/rustc_codegen_gcc/example/example.rs | |
| parent | 94b1960535b79bc211a1a9c9967a972e8306e7ae (diff) | |
| parent | 91ac9cf5952ef00218c215c564ec7f56c479019d (diff) | |
| download | rust-8f493fd46a99c1c9255b684d8a7e61991e59a923.tar.gz rust-8f493fd46a99c1c9255b684d8a7e61991e59a923.zip | |
Rollup merge of #95293 - compiler-errors:braces, r=davidtwco
suggest wrapping single-expr blocks in square brackets
Suggests a fix in cases like:
```diff
- const A: [i32; 1] = { 1 };
+ const A: [i32; 1] = [ 1 ];
^ ^
```
Also edit the message for the same suggestion in the parser (e.g. `{ 1, 2 }`).
Fixes #95289
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/example.rs')
0 files changed, 0 insertions, 0 deletions
