From bcb469e147dcaf2f9eb53e6f3c33a128522b51ba Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 25 Jan 2020 12:28:22 +0100 Subject: [PATCH] Remove outdated troubleshooting section The nightly version is pinned since recently --- Readme.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Readme.md b/Readme.md index bc1e20a736d..ef30baac390 100644 --- a/Readme.md +++ b/Readme.md @@ -36,9 +36,3 @@ $ rustc -Cpanic=abort -Zcodegen-backend=$cg_clif_dir/target/release/librustc_cod * Checked binops ([some missing instructions in cranelift](https://github.com/CraneStation/cranelift/issues/460)) * Inline assembly ([no cranelift support](https://github.com/CraneStation/cranelift/issues/444), not coming soon) * SIMD ([tracked here](https://github.com/bjorn3/rustc_codegen_cranelift/issues/171), some basic things work) - -## Troubleshooting - -### Can't compile - -Try updating your nightly compiler. You can try to use an nightly a day or two older if updating rustc doesn't fix it. If you still can't compile it, please fill an issue.