Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
parser
/
unicode-control-doc-comment-issue-153096.rs
blob: a7998daa72fdcd5b4539f667b4d87cb53308cb6c [
file
]
//@ edition: 2024
#[
allow
(
unused
)]
/// א, ב, ג, ד, ה
//~^ ERROR unicode codepoint changing visible direction of text present in doc comment
fn
foo
()
{}
fn
main
()
{}