summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/scrape-examples-fail-if-type-error.rs
blob: 8f4fde96d7e4bb6cd937cbf9eb7b698f1bcb6bad (plain)
1
2
3
4
5
6
7
// check-fail
// compile-flags: -Z unstable-options --scrape-examples-output-path {{build-base}}/t.calls --scrape-examples-target-crate foobar

pub fn foo() {
  INVALID_FUNC();
  //~^ ERROR could not resolve path
}