Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #1328 - RalfJung:align-false-pos, r=RalfJung
for alignment errors, note that there might be false positives Cc @shepmaster ``` error: Undefined Behavior: accessing memory with alignment 1, but alignment 8 is required --> tests/compile-fail/unaligned_pointers/alignment.rs:8:9 | 8 | *y_ptr = 42; | ^^^^^^^^^^^ accessing memory with alignment 1, but alignment 8 is required | = help: this usually indicates that your program performed an invalid operation and caused Undefined Behavior = help: but alignment errors can also be false positives, see #1074 ```
- Loading branch information