rust/tests/ui/diagnostic-width/auxiliary/tab_column_numbers.rs

7 lines
67 B
Rust

// ignore-tidy-tab
pub struct S;
impl S {
fn method(&self) {}
}