about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue_6069.rs
blob: d866ce7c646e30cc56b82ae0fa7def8672024c06 (plain)
1
2
3
// `Foó` as written here ends with ASCII 6F `'o'` followed by `'\u{0301}'` COMBINING ACUTE ACCENT.
// The compiler normalizes that combination to NFC form, `'\u{00F3}'` LATIN SMALL LETTER O WITH ACUTE.
trait Foó: Bar {}