diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-07-31 00:04:06 -0700 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-09-03 10:02:36 +1200 |
| commit | facdf2ebb1dce9400a8c8ef0d85d7d278654effb (patch) | |
| tree | 3ba46bd98df35b4b5d1bc5f1ba491d14adb6f373 /src/test/pretty/issue-4264.pp | |
| parent | cfd76b364cd01695517467299618ef63f1c0cc07 (diff) | |
| download | rust-facdf2ebb1dce9400a8c8ef0d85d7d278654effb.tar.gz rust-facdf2ebb1dce9400a8c8ef0d85d7d278654effb.zip | |
Add an intital HIR and lowering step
Diffstat (limited to 'src/test/pretty/issue-4264.pp')
| -rw-r--r-- | src/test/pretty/issue-4264.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/pretty/issue-4264.pp b/src/test/pretty/issue-4264.pp index 5f7ce68348a..6398c76d0a3 100644 --- a/src/test/pretty/issue-4264.pp +++ b/src/test/pretty/issue-4264.pp @@ -1,5 +1,3 @@ -#![feature(no_std, prelude_import)] -#![no_std] #[prelude_import] use std::prelude::v1::*; #[macro_use] @@ -15,7 +13,7 @@ extern crate std as std; // except according to those terms. // pretty-compare-only -// pretty-mode:typed +// pretty-mode:hir,typed // pp-exact:issue-4264.pp // #4264 fixed-length vector types |
