about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/json.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-02-10 17:29:03 +0100
committerGitHub <noreply@github.com>2020-02-10 17:29:03 +0100
commit119bc976db5549f17258a55bb9684eae0fa98b65 (patch)
treec86a4ca7da09a17b2eaafb29547bcd7c938fb59d /src/test/rustdoc-ui/coverage/json.rs
parentdb08784964012fc998b33f4104daf05a121383e0 (diff)
parent371060b5988158fdaa3b7abd6167a28d95d74b38 (diff)
downloadrust-119bc976db5549f17258a55bb9684eae0fa98b65.tar.gz
rust-119bc976db5549f17258a55bb9684eae0fa98b65.zip
Rollup merge of #69014 - dwrensha:fix-68890, r=Centril
change an instance of span_bug() to struct_span_err() to avoid ICE

After #67148, the `span_bug()` in `parse_ty_tuple_or_parens()` is reachable because `parse_paren_comma_seq()` can return an `Ok()` even in cases where it encounters an error.
This pull request prevents an ICE in such cases by replacing the `span_bug()` with `struct_span_error()`.

Fixes #68890.
Diffstat (limited to 'src/test/rustdoc-ui/coverage/json.rs')
0 files changed, 0 insertions, 0 deletions