From 3dd94a7ea7e85307822885306cbd7096b56442df Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 16 Jun 2018 10:20:21 -0400 Subject: [PATCH] Changes file for rust fatal warnings --- changes/bug26245 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug26245 diff --git a/changes/bug26245 b/changes/bug26245 new file mode 100644 index 0000000000..7a14cea0bc --- /dev/null +++ b/changes/bug26245 @@ -0,0 +1,3 @@ + o Minor features (compilation): + o The --enable-fatal-warnings flag now affects Rust code as well. + Closes ticket 26245.