summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-5835.rs
blob: 5e99cb432b6e2f2232fa20462aa0fd93dbcb65b6 (plain)
1
2
3
4
5
6
7
8
9
#[rustfmt::skip]
pub struct Foo {
    /// 位	
    ///   ^ Do not remove this tab character.
    ///   It was required to trigger the ICE.
    pub bar: u8,
}

fn main() {}