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

Description
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/git.colasdn.top-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/git.colasdn.top-0a35038f75765ae4/aster-0.4.3/src/mac.rs:99 name: "test".to_string(),
^~~~
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/git.colasdn.top-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/git.colasdn.top-0a35038f75765ae4/aster-0.4.3/src/mac.rs:100 format: codemap::MacroAttribute,
^~~~~~~~~~~~~~~~~~~~~~~
/home/cody/.multirust/toolchains/nightly/cargo/registry/src/git.colasdn.top-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`.