mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
64fa0c34d7
Allow file names to end with '>' The [`rustc_span::FileName`](https://doc.rust-lang.org/stable/nightly-rustc/rustc_span/enum.FileName.html) enum already differentiates between real files and "fake" files such as `<anon>`. We do not need to artificially forbid real file names from ending in `>`. Closes #73419