]> git.lizzy.rs Git - rust.git/commit
make sure we show error messages even when we cannot show span
authorRalf Jung <post@ralfj.de>
Sun, 15 Jul 2018 09:21:56 +0000 (11:21 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 15 Jul 2018 09:40:57 +0000 (11:40 +0200)
commit30185d09f627e15effbb346bcacf06a37c7299e7
treefda80633a2057c0cd8435750cdd9a7071cc034da
parent4112822a846c3b0a841df17c9183d1894b21c8e4
make sure we show error messages even when we cannot show span
48 files changed:
src/lib.rs
tests/compile-fail-fullmir/reallocate-change-alloc.rs
tests/compile-fail/alignment.rs
tests/compile-fail/assume.rs
tests/compile-fail/bitop-beyond-alignment.rs
tests/compile-fail/cast_box_int_to_fn_ptr.rs
tests/compile-fail/cast_fn_ptr.rs
tests/compile-fail/cast_fn_ptr2.rs
tests/compile-fail/cast_int_to_fn_ptr.rs
tests/compile-fail/ctlz_nonzero.rs
tests/compile-fail/cttz_nonzero.rs
tests/compile-fail/dangling_pointer_deref.rs
tests/compile-fail/deref_fn_ptr.rs
tests/compile-fail/div-by-zero-2.rs
tests/compile-fail/execute_memory.rs
tests/compile-fail/fn_ptr_offset.rs
tests/compile-fail/invalid_bool.rs
tests/compile-fail/invalid_enum_discriminant.rs
tests/compile-fail/match_char.rs
tests/compile-fail/modifying_constants.rs
tests/compile-fail/never_say_never.rs
tests/compile-fail/never_transmute_humans.rs
tests/compile-fail/never_transmute_void.rs
tests/compile-fail/null_pointer_deref.rs
tests/compile-fail/out_of_bounds_read.rs
tests/compile-fail/out_of_bounds_read2.rs
tests/compile-fail/overflowing-lsh-neg.rs
tests/compile-fail/overflowing-rsh-2.rs
tests/compile-fail/overflowing-rsh.rs
tests/compile-fail/overwriting_part_of_relocation_makes_the_rest_undefined.rs
tests/compile-fail/pointer_byte_read_1.rs
tests/compile-fail/pointer_byte_read_2.rs
tests/compile-fail/pointers_to_different_allocations_are_unorderable.rs
tests/compile-fail/ptr_bitops.rs
tests/compile-fail/ptr_int_cast.rs
tests/compile-fail/reading_half_a_pointer.rs
tests/compile-fail/reference_to_packed.rs
tests/compile-fail/static_memory_modification.rs
tests/compile-fail/static_memory_modification2.rs
tests/compile-fail/static_memory_modification3.rs
tests/compile-fail/transmute-pair-undef.rs
tests/compile-fail/transmute_fat.rs
tests/compile-fail/transmute_fat2.rs
tests/compile-fail/unaligned_ptr_cast.rs
tests/compile-fail/unaligned_ptr_cast2.rs
tests/compile-fail/unaligned_ptr_cast_zst.rs
tests/compile-fail/wild_pointer_deref.rs
tests/compile-fail/zst.rs