rust/tests/ui/crashes
Philipp Hansch 0307ff020c
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.

[compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169
2019-04-08 22:16:34 +02:00
..
whitelist
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_exacte_size.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-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
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