Files
rust/tests/compile-fail
Ralf Jung 72664e42aa No longer check aligment and non-NULLness on &
This breaks creating unaligned raw pointers via `&packed.field as *const _`, which needs to be legal.
Also it doesn't seem like LLVM still relies on this, see
* https://github.com/solson/miri/issues/244#issuecomment-315563640
* https://internals.rust-lang.org/t/rules-for-alignment-and-non-nullness-of-references/5430/16

We probably want to handle this invariant like the others that validation is concerned with, and only
check it on function boundaries for now.
2017-07-19 11:28:35 -07:00
..
2016-07-06 11:19:24 +02:00
2016-09-13 13:08:57 +02:00
2017-06-22 14:46:53 -07:00
2017-06-22 14:46:53 -07:00
2016-06-23 09:36:37 +02:00
2017-02-07 20:28:54 +01:00
2017-02-09 10:59:42 +01:00
2017-06-27 13:36:41 +02:00
2017-07-14 17:39:19 +02:00
2017-07-12 09:29:18 +02:00
2017-07-12 09:29:18 +02:00
2017-07-03 16:16:05 -07:00
2017-06-23 12:55:49 +02:00