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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
67 B
Rust
Raw Normal View History

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