Make configure_and_expand "infalllible" by just aborting the compilation if it fails instead of bubbling out an error

This commit is contained in:
Oli Scherer 2023-02-16 14:03:31 +00:00
parent 63c8d00090
commit 37e2f4f487
10 changed files with 33 additions and 37 deletions

View file

@ -58,9 +58,7 @@ error[E0412]: cannot find type `UnknownType` in this scope
LL | pub fn doubly_nested(c: UnknownType) {
| ^^^^^^^^^^^ not found in this scope
error: Compilation failed, aborting rustdoc
error: aborting due to 11 previous errors
error: aborting due to 10 previous errors
Some errors have detailed explanations: E0405, E0412.
For more information about an error, try `rustc --explain E0405`.