diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-13 21:14:08 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-24 19:59:53 -0800 |
| commit | 282f3d99a5ad85acbc58c03b5dfcdabf649c0c85 (patch) | |
| tree | ec391a6b37f99ba63cadb50757040e92f432c1b4 /src/libsyntax | |
| parent | 39dbcd7b012da733f378b0fadf1e7d2519dc0d0c (diff) | |
| download | rust-282f3d99a5ad85acbc58c03b5dfcdabf649c0c85.tar.gz rust-282f3d99a5ad85acbc58c03b5dfcdabf649c0c85.zip | |
Test fixes and rebase problems
Note that this removes a number of run-pass tests which are exercising behavior of the old runtime. This functionality no longer exists and is thoroughly tested inside of libgreen and libnative. There isn't really the notion of "starting the runtime" any more. The major notion now is "bootstrapping the initial task".
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ext/build.rs b/src/libsyntax/ext/build.rs index 930d25e7443..aa7e0d0eced 100644 --- a/src/libsyntax/ext/build.rs +++ b/src/libsyntax/ext/build.rs @@ -606,7 +606,6 @@ impl AstBuilder for @ExtCtxt { ~[ self.ident_of("std"), self.ident_of("rt"), - self.ident_of("task"), self.ident_of("begin_unwind"), ], ~[ |
