mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 21:42:44 +00:00
test case for issue #2446
This commit is contained in:
parent
bdf562921d
commit
4528a570b8
5
rustfmt-core/tests/source/issue-2446.rs
Normal file
5
rustfmt-core/tests/source/issue-2446.rs
Normal file
@ -0,0 +1,5 @@
|
||||
enum Issue2446 {
|
||||
V {
|
||||
f: u8, //
|
||||
},
|
||||
}
|
5
rustfmt-core/tests/target/issue-2446.rs
Normal file
5
rustfmt-core/tests/target/issue-2446.rs
Normal file
@ -0,0 +1,5 @@
|
||||
enum Issue2446 {
|
||||
V {
|
||||
f: u8, //
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user