Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-5835.rs
blob: 99858f45933eeb8954bdd21cab4fbd3936771d51 [
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
()
{}