blob: eff579dddac710571bf6123333870c612c582952 [file] [log] [blame]
// rustfmt-brace_style: AlwaysNextLine
mod x
{
struct X(i8);
impl Y for X
{
fn y(self) -> ()
{
println!("ok");
}
}
}