mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
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,
|
|
}
|