about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-6109.rs
blob: 7d2bbf756911c119b7d654263d81b13d923be74c (plain)
1
2
3
4
5
6
7
/// Some doc comment with code snippet:
///```
/// '\u{1F}
/// ```
pub struct Code {}

fn main() {}