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

v0.4.3 fails to build with nightly 2015-08-28 #27

Closed
codyps opened this issue Aug 28, 2015 · 5 comments
Closed

v0.4.3 fails to build with nightly 2015-08-28 #27

codyps opened this issue Aug 28, 2015 · 5 comments

Comments

@codyps
Copy link

codyps commented Aug 28, 2015

/home/cody/.multirust/toolchains/nightly/cargo/registry/src/github.com-0a35038f75765ae4/aster-0.4.3/src/mac.rs:99:13: 99:17 error: structure `syntax::codemap::NameAndSpan` has no field named `name`
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/github.com-0a35038f75765ae4/aster-0.4.3/src/mac.rs:99             name: "test".to_string(),
                                                                                                                              ^~~~
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/github.com-0a35038f75765ae4/aster-0.4.3/src/mac.rs:100:21: 100:44 error: mismatched types:
 expected `syntax::codemap::ExpnFormat`,
    found `fn(syntax::ast::Name) -> syntax::codemap::ExpnFormat {syntax::codemap::ExpnFormat::MacroAttribute}`
(expected enum `syntax::codemap::ExpnFormat`,
    found fn item) [E0308]
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/github.com-0a35038f75765ae4/aster-0.4.3/src/mac.rs:100             format: codemap::MacroAttribute,
                                                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/github.com-0a35038f75765ae4/aster-0.4.3/src/mac.rs:100:21: 100:44 help: run `rustc --explain E0308` to see a detailed explanation
error: aborting due to 2 previous errors
Could not compile `aster`.
@steveklabnik
Copy link

I am seeing this too.

@frewsxcv
Copy link

I am seeing this as well

https://travis-ci.org/servo/rust-layers/jobs/77776781

@bjwbell
Copy link

bjwbell commented Aug 29, 2015

Aster needs to be updated for rust-lang/rust#28033. I submitted #28 to do so.

@frewsxcv
Copy link

@erickt did 9b64863 fix this?

@erickt
Copy link

erickt commented Aug 29, 2015

@frewsxcv: Yes it should be fixed in 0.4.4.

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

No branches or pull requests

6 participants