rust/tests/target/issue-2103.rs
2017-11-04 15:25:09 -04:00

14 lines
111 B
Rust

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