Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

0.4.1 does no longer compile on latest nightly #25

Closed
SirVer opened this issue Aug 18, 2015 · 2 comments
Closed

0.4.1 does no longer compile on latest nightly #25

SirVer opened this issue Aug 18, 2015 · 2 comments

Comments

@SirVer
Copy link

SirVer commented Aug 18, 2015

This is on Mac OS X.

$ cargo build                                                                                      
    Updating registry `https://github.com/rust-lang/crates.io-index`
   Compiling aster v0.4.1 (file:///private/tmp/rust-aster)
src/mac.rs:106:18: 106:48 error: this function takes 4 parameters but 3 parameters were supplied [E0061]
src/mac.rs:106     let mut cx = ExtCtxt::new(&sess, cfg, ecfg);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/mac.rs:106:18: 106:48 help: run `rustc --explain E0061` to see a detailed explanation
error: aborting due to previous error
Could not compile `aster`.
$ rustc --version                                                                                                            
rustc 1.4.0-nightly (e35fd7481 2015-08-17)
@erickt
Copy link

erickt commented Aug 18, 2015

Fixed in 0.4.2!

@erickt erickt closed this as completed Aug 18, 2015
@SirVer
Copy link
Author

SirVer commented Aug 19, 2015

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants