]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/mod_file_nonascii_forbidden.rs
Rollup merge of #88624 - kellerkindt:master, r=JohnTitor
[rust.git] / src / test / ui / rfc-2457 / mod_file_nonascii_forbidden.rs
1 mod řųśť; //~ trying to load file for
2 //~^ file not found for
3
4 fn main() {}