diff options
| author | Keegan McAllister <kmcallister@mozilla.com> | 2015-02-27 11:14:42 -0800 |
|---|---|---|
| committer | Keegan McAllister <kmcallister@mozilla.com> | 2015-02-27 11:17:05 -0800 |
| commit | f66a3f7bba378d4a308e02a860a11ab5f9f8e4ad (patch) | |
| tree | 3df59faefa3919c47ffb988c1644b93b90f90b89 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | bd0d8e47e53f25bbd50418a0f117973c366c1b08 (diff) | |
| download | rust-f66a3f7bba378d4a308e02a860a11ab5f9f8e4ad.tar.gz rust-f66a3f7bba378d4a308e02a860a11ab5f9f8e4ad.zip | |
Replace MacExpr / MacPat / MacItems with MacEager
MacEager is a MacResult implementation for the common case where you've already
built each form of AST that you might return.
Fixes #17637. Based on #18814.
This is a [breaking-change] for syntax extensions:
* MacExpr::new becomes MacEager::expr.
* MacPat::new becomes MacEager::pat.
* MacItems::new becomes MacEager::items. It takes a SmallVector directly,
not an iterator.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
