about summary refs log tree commit diff
path: root/tests/rustdoc-ui/coverage/allow_missing_docs.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-05-24 21:36:58 +0200
committerGitHub <noreply@github.com>2023-05-24 21:36:58 +0200
commit680f8b8efe758678cd9ca252012ee18ec7a19c4a (patch)
treef45eff794993b7043dafa219ace8bdb8861579f3 /tests/rustdoc-ui/coverage/allow_missing_docs.rs
parentd09ee575eec35b9796bd43cd6bfd67ea35df06e1 (diff)
parentb1387e776c011766e12f6d3ae72e4fa3f59f0fe9 (diff)
downloadrust-680f8b8efe758678cd9ca252012ee18ec7a19c4a.tar.gz
rust-680f8b8efe758678cd9ca252012ee18ec7a19c4a.zip
Rollup merge of #111863 - compiler-errors:check-more-mir, r=b-naber
Don't skip mir typeck if body has errors

Comment says:

```
// if verifier failed, don't do further checks to avoid ICEs
```

But there are no ICEs to be found. The comment is quite old, so perhaps something fixed it... maybe because the MIR typechecker is delaying span bugs rather than panicking via eager bugs? IDK

I'm generally inclined to fix the ICEs themselves that were to arise from this, rather than just totally skipping large parts of the compiler that have impacts on downstream logic (namely, our opaque type results are affected). Anyways, this happens on the error path, so it shouldn't really matter.

Fixes this hack: https://github.com/rust-lang/rust/pull/111853/files#r1201501540
Diffstat (limited to 'tests/rustdoc-ui/coverage/allow_missing_docs.rs')
0 files changed, 0 insertions, 0 deletions