blob: 583dc9e21517827224a53173887ee3850e5bcb5d (
plain)
| 1
2
3
4
5
6
7
8
9
 | //@ check-pass
// Allowing the code lint should work without warning and
// the text flow char in the comment should be ignored.
#![allow(text_direction_codepoint_in_comment)]
fn main() {
    // U+2066 LEFT-TO-RIGHT ISOLATE follows:
}
 |