rustc/tests/rustdoc-ui/test-compile-fail2.stderr
2023-08-02 10:33:26 +02:00

9 lines
176 B
Plaintext

error: expected one of `!` or `::`, found `<eof>`
--> $DIR/test-compile-fail2.rs:3:1
|
3 | fail
| ^^^^ expected one of `!` or `::`
error: aborting due to previous error