0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00

Add a changes file for Alex Crichton's rust fixes.

This commit is contained in:
Nick Mathewson 2018-10-30 08:45:35 -04:00
parent 262b0fe7a0
commit ee1cc0feae

8
changes/rust_asan Normal file
View File

@ -0,0 +1,8 @@
o Major bugfixes (compilation, rust):
- Rust tests can now build and run successfully with the
--enable-fragile-hardening option enabled.
Doing this currently requires the rust beta channel; it will
be possible with stable rust as of rust version 1.31 is out.
Patch from Alex Crichton.
Fixes bugs 27272, 27273, and 27274.
Bugfix on 0.3.1.1-alpha.