]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/scrape-examples-fail-if-type-error.stderr
Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebank
[rust.git] / tests / rustdoc-ui / scrape-examples-fail-if-type-error.stderr
1 error[E0433]: failed to resolve: could not resolve path `INVALID_FUNC`
2   --> $DIR/scrape-examples-fail-if-type-error.rs:5:3
3    |
4 LL |   INVALID_FUNC();
5    |   ^^^^^^^^^^^^ could not resolve path `INVALID_FUNC`
6    |
7    = note: this error was originally ignored because you are running `rustdoc`
8    = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
9
10 error: Compilation failed, aborting rustdoc
11
12 error: aborting due to 2 previous errors
13
14 For more information about this error, try `rustc --explain E0433`.