From 81fce47a9615661131cbf83de8d26ffdbd260841 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 May 2022 23:33:22 +0100 Subject: [PATCH] Document that we need Nightly Rust for the full tests Signed-off-by: Ian Jackson --- docs/build.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index 13c1a22c..1386e80f 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -57,6 +57,12 @@ Setup and just dump the resulting ``geckodriver`` binary on your ``PATH``. +5. The tests also use Nightly Rust because we use Miri to test the + small amount of ``unsafe`` in the Otter codebase:: + + rustup toolchain add nightly + rustup +nightly component add miri + Full build ---------- -- 2.30.2