]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
1 // check-pass
2 // Allowing the code lint should work without warning and
3 // the text flow char in the comment should be ignored.
4
5 #![allow(text_direction_codepoint_in_comment)]
6
7 fn main() {
8     // U+2066 LEFT-TO-RIGHT ISOLATE follows:⁦⁦
9 }