Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fail using Rust nightly: The attribute export_macro is currently unknown to the compiler and may have meaning added to it in the future #55

Closed
oherrala opened this issue Mar 13, 2017 · 0 comments

Comments

@oherrala
Copy link

Using Rust nightly: rustc 1.17.0-nightly (824c9ebbd 2017-03-12)

and compiling rustls as dependency to my crate I get:

error: The attribute `export_macro` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
 --> /Users/oherrala/.cargo/registry/src/gitpro.ttaallkk.top-1ecc6299db9ec823/rustls-0.5.7/src/msgs/macros.rs:3:1
  |
3 | #[export_macro]
  | ^^^^^^^^^^^^^^^
  |
  = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error

Rust issue: rust-lang/rust#29642

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant