diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-10-16 02:10:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-16 02:10:09 +0200 |
| commit | d2feccc1efcbeff9dfb99daa754b8b47cdac7eaf (patch) | |
| tree | 0af66af30f207fa392b2e380c28c3dda6e575cb6 /tests | |
| parent | 2c1e8cfc622652ebfb1f0256aa8d2afae91bf416 (diff) | |
| parent | ab0fc477b8b83cb14c584aca281b16fb5cce4c1a (diff) | |
| download | rust-d2feccc1efcbeff9dfb99daa754b8b47cdac7eaf.tar.gz rust-d2feccc1efcbeff9dfb99daa754b8b47cdac7eaf.zip | |
Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_query_stack, r=oli-obk
ICEs should always print the top of the query stack see #76920
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/custom_ice_message.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/custom_ice_message.stderr b/tests/ui/custom_ice_message.stderr index a9a65a38c10..a1b8e2ee162 100644 --- a/tests/ui/custom_ice_message.stderr +++ b/tests/ui/custom_ice_message.stderr @@ -9,3 +9,5 @@ note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy note: Clippy version: foo +query stack during panic: +end of query stack |
