rust/tests/compile-fail
JCTyblaidd c4ccd0b6a1 Fix nits
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2020-12-13 11:04:58 +00:00
..
alloc rustup; fix tests 2020-09-24 09:19:03 +02:00
backtrace rustup 2020-11-05 17:09:44 +01:00
concurrency test unwinding past topmost frame of a stack 2020-08-01 14:20:05 +02:00
dangling_pointers make sure '&raw *' on a dangling raw ptr is UB 2020-06-20 14:28:55 +02:00
data_race Fix nits 2020-12-13 11:04:58 +00:00
fs add backtics back in isolation error message 2020-10-03 15:25:30 +02:00
function_pointers rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
intrinsics rustup 2020-12-10 19:53:45 +01:00
panic rustup 2020-12-10 19:53:45 +01:00
stacked_borrows enable track-raw-ptr tests on Windows 2020-12-11 11:28:33 +01:00
sync Small fixes. 2020-05-25 00:02:54 +02:00
unaligned_pointers another optimization work-around 2020-09-07 11:23:09 +02:00
validity account for mir-opts masking more errors 2020-09-20 12:18:02 +02:00
abort-terminator.rs rustup 2020-12-10 19:53:45 +01:00
check_arg_count_too_few_args.rs remove some unnecessary feature flags 2020-11-10 16:51:07 +01:00
check_arg_count_too_many_args.rs remove some unnecessary feature flags 2020-11-10 16:51:07 +01:00
environ-gets-deallocated.rs fix some ignore-windows comments 2020-06-28 20:40:20 +02:00
erroneous_const.rs add test for unused ill-formed constant 2020-08-13 08:33:36 +02:00
extern_static.rs test referencing unsupported extern static 2020-07-27 23:32:15 +02:00
generator-pinned-moved.rs rustup; make sure the iterator moves even with smarter optimizations 2020-09-20 10:26:22 +02:00
invalid_bool.rs use standard black_box function 2020-09-07 11:29:47 +02:00
invalid_char.rs rustup for fixed error messages 2020-05-02 02:13:48 +02:00
invalid_enum_tag.rs bump Rust 2020-06-20 11:48:42 +02:00
invalid_int.rs
issue-miri-1112.rs rustup; fix error messages 2020-05-07 08:38:59 +02:00
memleak_rc.rs enable leak check tests on Windows 2020-07-23 15:56:38 +02:00
memleak.rs enable leak check tests on Windows 2020-07-23 15:56:38 +02:00
modifying_constants.rs
never_say_never.rs
never_transmute_humans.rs
never_transmute_void.rs
no_main.rs Move no_main test to compile-fail 2020-07-09 17:21:09 +02:00
null_pointer_deref_zst.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_deref.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_write_zst.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
null_pointer_write.rs rustup; fix for changed error messages 2020-05-01 14:43:59 +02:00
overwriting_part_of_relocation_makes_the_rest_uninit.rs
pointer_byte_read.rs
rc_as_ptr.rs rustup (and account for stabilization) 2020-05-30 09:23:25 +02:00
reading_half_a_pointer.rs
rustc-error.rs
shim_arg_size.rs remove some unnecessary feature flags 2020-11-10 16:51:07 +01:00
slice-too-big.rs
static_memory_modification1.rs
static_memory_modification2.rs
static_memory_modification3.rs
storage_dead_dangling.rs account for mir-opts masking more errors 2020-09-20 12:18:02 +02:00
transmute_fat1.rs
transmute-pair-uninit.rs
uninit_buffer.rs Update to match rustc changes 2020-05-22 17:03:25 +02:00
uninit_byte_read.rs
unreachable.rs
zst1.rs
zst2.rs
zst3.rs