rust-clippy/tests/ui/crashes
bors 2278814c8e Auto merge of #3931 - phansch:3891, r=flip1995
Fix ICE in decimal_literal_representation lint

Handling the integer parsing properly instead of just unwrapping.

Note that the test is not catching the ICE because plain UI tests
[currently hide ICEs][compiletest_issue]. Once that issue is fixed, this
test would fail properly again.

Fixes #3891

[compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169
2019-04-10 20:57:15 +00:00
..
auxiliary Remove force-host and explain no-prefer-dynamic 2019-04-08 21:23:39 +02:00
whitelist Move run-pass tests to UI tests 2019-02-06 08:17:39 +01:00
associated-constant-ice.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
cc_seme.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
enum-glob-import-crate.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-700.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-1588.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-1782.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-1969.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2499.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2594.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2727.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2760.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2774.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-2865.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-3151.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-3462.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-3741.rs Fix ICE in suspicious_else_formatting 2019-04-07 11:11:06 +02:00
ice-3747.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
ice-3891.rs Fix ICE in decimal_literal_representation lint 2019-04-08 22:16:34 +02:00
ice-3891.stderr Fix ICE in decimal_literal_representation lint 2019-04-08 22:16:34 +02:00
ice_exacte_size.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
if_same_then_else.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
issue-825.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
issue-2862.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
issues_loop_mut_cond.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
match_same_arms_const.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
mut_mut_macro.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
needless_borrow_fp.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
needless_lifetimes_impl_trait.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
procedural_macro.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
regressions.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
returns.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
single-match-else.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00
used_underscore_binding_macro.rs Add missing // run-pass annotations to ICE tests 2019-04-05 07:22:36 +02:00