18ac341413
Fixes #2103
15 lines
111 B
Rust
15 lines
111 B
Rust
struct X
|
|
where
|
|
i32: Sized,
|
|
{
|
|
x: i32,
|
|
}
|
|
|
|
struct X
|
|
// with comment
|
|
where
|
|
i32: Sized,
|
|
{
|
|
x: i32,
|
|
}
|