blob: 98ade5de7f3a753fbec23ec74f34a51a471d4645 (
plain)
1
2
3
4
5
6
7
8
|
error: couldn't read $DIR/not-a-file.md: No such file or directory (os error 2)
--> $DIR/external-doc-error.rs:16:1
|
LL | #[doc(include = "not-a-file.md")] //~ ERROR: couldn't read
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|