From 0f73b8fb4ce472d423260e43741becd6c331d044 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 8 Aug 2018 09:38:00 +0200 Subject: [PATCH] Remove an error from Readme --- Readme.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Readme.md b/Readme.md index 8e3105d49cf..d845ee28158 100644 --- a/Readme.md +++ b/Readme.md @@ -48,21 +48,3 @@ $ ./build.sh * cranelift-module api seems to be used wrong, thus causing panic for some consts * cranelift-codegen doesn't have encodings for some instructions for types smaller than I32 - -``` -[...] -warning: DefId(0/0:128 ~ lib[8787]::f64[0]::{{impl}}[0]::classify[0]): -fn f64::::classify(_1: f64) -> num::FpCategory{ -[...] -} -warning: stmt _3 = _1 -warning: stmt _5 = BitAnd(move _6, const Unevaluated(DefId(0/0:130 ~ lib[8787]::f64[0]::{{impl}}[0]::classify[0]::MAN_MASK[0]), []):u64) -thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:345:21 -stack backtrace: -[...] - 10: >::unwrap - at /checkout/src/libcore/macros.rs:20 - 11: rustc_codegen_cranelift::constant::trans_constant - at src/constant.rs:26 -[...] -```