]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / test / 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 }