#[rustfmt::skip] pub struct Foo { /// 位 //~^ tabs_in_doc_comments //~| empty_line_after_doc_comments /// ^ Do not remove this tab character. /// It was required to trigger the ICE. pub bar: u8, } fn main() {}