]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/mod_file_with_path_attr.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / parser / mod_file_with_path_attr.stderr
1 error: couldn't read $DIR/not_a_real_file.rs: $FILE_NOT_FOUND_MSG (os error 2)
2 --> $DIR/mod_file_with_path_attr.rs:4:1
3 |
4 LL | mod m;
5 | ^^^^^^
6
7 error: aborting due to previous error
8