Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3055
/
empty-code-block.rs
blob: 566f7ef9b6eacb5c40a7b6c2f98ee60d8f91608e [
file
] [
log
] [
blame
]
// rustfmt-wrap_comments: true
/// Simple block
///
/// ```
/// ```
///
/// ```no_run
/// ```
///
/// ```should_panic
/// ```
///
/// ```compile_fail
/// ```
fn
main
()
{
println
!(
"Hello, world!"
);
}