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