rust/rustfmt-core/tests/target/issue-2103.rs
2018-02-07 22:48:05 +09:00

15 lines
111 B
Rust

struct X
where
i32: Sized,
{
x: i32,
}
struct X
// with comment
where
i32: Sized,
{
x: i32,
}