about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest/test-compile-fail2.stderr
blob: 9f50c857275c6ad2377476d294fec10e4552a19a (plain)
1
2
3
4
5
6
7
8
error: expected one of `!` or `::`, found `<eof>`
  --> $DIR/test-compile-fail2.rs:3:1
   |
LL | fail
   | ^^^^ expected one of `!` or `::`

error: aborting due to 1 previous error