2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-03-02 06:17:31 +00:00
rust-clippy/tests/ui/crashes/ice-5835.rs
2021-04-10 14:43:52 +02:00

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() {}