Remove some cretonne bug workarounds and add ir comments

This commit is contained in:
bjorn3
2018-06-30 16:27:11 +02:00
parent 4bff31e36d
commit 7ca1f256cc
4 changed files with 68 additions and 54 deletions

View File

@@ -1,4 +1,5 @@
#![feature(rustc_private)]
#![allow(intra_doc_link_resolution_failure)]
extern crate syntax;
#[macro_use]