rust/tests/compile-fail/validity
2022-05-25 18:26:33 +00:00
..
cast_fn_ptr1.rs
cast_fn_ptr1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
cast_fn_ptr2.rs
cast_fn_ptr2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
dangling_ref1.rs Update all tests 2022-05-25 18:26:33 +00:00
dangling_ref1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
dangling_ref2.rs
dangling_ref2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
dangling_ref3.rs
dangling_ref3.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_bool_uninit.rs
invalid_bool_uninit.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_bool.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_bool.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_char_uninit.rs Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_char_uninit.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_char.rs Update all tests 2022-05-25 18:26:33 +00:00
invalid_char.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_enum_tag_256variants_uninit.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
invalid_enum_tag_256variants_uninit.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_enum_tag.rs Rustup 2021-06-15 16:12:47 +08:00
invalid_enum_tag.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_fnptr_null.rs update fn ptr tests 2022-02-25 12:06:10 -05:00
invalid_fnptr_null.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_fnptr_uninit.rs rustup 2022-02-24 10:55:40 -05:00
invalid_fnptr_uninit.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
invalid_wide_raw.rs Add #[allow(dead_code)] in some tests 2021-09-11 18:58:57 +08:00
invalid_wide_raw.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
nonzero.rs
nonzero.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_integer_array_transmute.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
ptr_integer_array_transmute.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ptr_integer_transmute.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
ptr_integer_transmute.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ref_to_uninhabited1.rs change one of the ref-to-uninhbaited tests to Box 2022-05-18 08:32:38 +02:00
ref_to_uninhabited1.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
ref_to_uninhabited2.rs test for validity of references pointing to uninhabited types 2022-05-18 08:32:38 +02:00
ref_to_uninhabited2.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
too-big-slice.rs move some tests to more suitable locations 2022-05-23 12:19:42 +02:00
too-big-slice.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
too-big-unsized.rs move some tests to more suitable locations 2022-05-23 12:19:42 +02:00
too-big-unsized.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
transmute_through_ptr.rs Rustup 2021-06-15 16:12:47 +08:00
transmute_through_ptr.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
uninit_float.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
uninit_float.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
uninit_integer_signed.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
uninit_integer_signed.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00
uninit_integer.rs enable number validity checking and ptr::invalid checking by default 2022-05-25 16:17:41 +02:00
uninit_integer.stderr Add a custom ui test runner and move all tests to it 2022-05-25 13:31:26 +00:00