rust/tests/target/issue-2103.rs

15 lines
111 B
Rust
Raw Normal View History

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