Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-3055
/
backtick.rs
blob: f5bae8d3db4b86a10f04c594245af013e18e04f4 [
file
] [
log
] [
blame
]
// rustfmt-wrap_comments: true
/// Simple block
///
/// ```text
/// `
/// ```
fn
main
()
{
println
!(
"Hello, world!"
);
}