You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
$ 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`.
This is on Mac OS X.
The text was updated successfully, but these errors were encountered: