Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-5835.1.fixed
blob: acd61a9bd6c33c26bb26e1393a3d6182f33833f4 [
file
] [
log
] [
blame
]
#[rustfmt::skip]
pub
struct
Foo
{
/// 位
//~^ tabs_in_doc_comments
//~| empty_line_after_doc_comments
/// ^ Do not remove this tab character.
/// It was required to trigger the ICE.
pub bar
:
u8
,
}
fn main
()
{}