]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/mod_file_with_path_attr.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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