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