diff options
| author | bors <bors@rust-lang.org> | 2024-01-23 08:07:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-23 08:07:12 +0000 |
| commit | b5a3acfe2b39c40d220bb9fc26b0719a7e073ac3 (patch) | |
| tree | 5cd6a94a8128abc999b9353f31dd2b5413582fb9 /src/tools/rustfmt/tests/source | |
| parent | 3d63f426160f9b276cc425d394bc88bf26942d60 (diff) | |
| parent | cc08dd189895b47117c99d1765c7d2fdb6fb8e1c (diff) | |
| download | rust-b5a3acfe2b39c40d220bb9fc26b0719a7e073ac3.tar.gz rust-b5a3acfe2b39c40d220bb9fc26b0719a7e073ac3.zip | |
Auto merge of #3273 - rust-lang:rustup-2024-01-23, r=RalfJung
Automatic Rustup
Diffstat (limited to 'src/tools/rustfmt/tests/source')
| -rw-r--r-- | src/tools/rustfmt/tests/source/macros/rewrite-const-item.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/source/macros/rewrite-const-item.rs b/src/tools/rustfmt/tests/source/macros/rewrite-const-item.rs new file mode 100644 index 00000000000..3db2c26ab5a --- /dev/null +++ b/src/tools/rustfmt/tests/source/macros/rewrite-const-item.rs @@ -0,0 +1 @@ +m!(const N: usize = 0;); |
