summaryrefslogtreecommitdiffstats
path: root/tests/ui/diagnostic-width/auxiliary/tab_column_numbers.rs
blob: 93418b7651c8bbe55fc761aa5307c6af3c7ef381 (plain)
1
2
3
4
5
6
// ignore-tidy-tab

pub struct S;
impl S {
		fn method(&self) {}
}