]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-5835.rs
209a5b1eb095661071d60c1ab721afc549bc81a8
[rust.git] / tests / ui / crashes / ice-5835.rs
1 #![rustfmt::skip]
2
3 pub struct Foo {
4     /// 位     
5     pub bar: u8,
6 }
7
8 fn main() {}