blob: f9f00f70f0b908a810266f3b963f28785d1231b2 (
plain)
1
2
3
4
5
6
7
8
|
error: couldn't read $DIR/../parser: $ACCESS_DENIED_MSG (os error $ACCESS_DENIED_CODE)
--> $DIR/issue-5806.rs:5:5
|
LL | mod foo; //~ ERROR couldn't read
| ^^^
error: aborting due to previous error
|