summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
blob: 425e2703c94c45dc3924fd99e4614089a097b9b5 (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:⁦⁦
}