about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-11 06:20:59 +0000
committerbors <bors@rust-lang.org>2022-12-11 06:20:59 +0000
commitb3ddfeb5a88352aa6d157f722976937da7b97307 (patch)
tree6913a474923939b4fb0c191cc692d0992b85878d /compiler/rustc_parse/src/errors.rs
parente1c91213ff80af5b87a197b784b40bcbc8cf3add (diff)
parent183a77093b3f8dcc54727e0a815023277ee40bc7 (diff)
downloadrust-b3ddfeb5a88352aa6d157f722976937da7b97307.tar.gz
rust-b3ddfeb5a88352aa6d157f722976937da7b97307.zip
Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r=notriddle
rustdoc: Prevent auto/blanket impl retrieval if there were compiler errors

Fixes https://github.com/rust-lang/rust/issues/105404.

I'm not sure happy about this fix but since it's how passes work (ie, even if there are errors, it runs all passes), I think it's fine as is.

Just as a sidenote: I also gave a try to prevent running all passes in case there were compiler errors but then a lot of rustdoc tests were failing so I went for this fix instead.

r? `@notriddle`
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions