Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-5835.2.fixed
blob: 71d2ec0c001869f8a7193ee77bf4fa2b14c95d8a [
file
] [
log
] [
blame
] [
edit
]
#[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
()
{}