]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-5835.rs
Fix rustfmt error / Add comment for tab character
[rust.git] / tests / ui / crashes / ice-5835.rs
1 #[rustfmt::skip]
2 pub struct Foo {
3     /// 位     
4     ///   ^ Do not remove this tab character.
5     ///   It was required to trigger the ICE.
6     pub bar: u8,
7 }
8
9 fn main() {}