rust-clippy/tests/ui/crashes/ice-5835.rs

9 lines
172 B
Rust

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