We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[code/sgx-utils/sgx-isa[master]] $ CARGO_TARGET_DIR=nightly cargo +nightly build [alex@acrichton-desktop] Compiling sgx-isa v0.1.2 (file:///home/alex/code/sgx-utils/sgx-isa) error: expected identifier, found `Clone` --> src/lib.rs:36:14 | 36 | #[derive($($derive),*)] | ^^^^^^^ ... 65 | enum_def! { | - in this macro invocation error: expected identifier, found `Clone` --> src/lib.rs:36:14 | 36 | #[derive($($derive),*)] | ^^^^^^^ ... 88 | enum_def! { | - in this macro invocation error: expected identifier, found `Clone` --> src/lib.rs:36:14 | 36 | #[derive($($derive),*)] | ^^^^^^^ ... 103 | enum_def! { | - in this macro invocation error: expected identifier, found `Clone` --> src/lib.rs:36:14 | 36 | #[derive($($derive),*)] | ^^^^^^^ ... 143 | enum_def! { | - in this macro invocation error: expected identifier, found `Clone` --> src/lib.rs:36:14 | 36 | #[derive($($derive),*)] | ^^^^^^^ ... 155 | enum_def! { | - in this macro invocation error: aborting due to 5 previous errors error: Could not compile `sgx-isa`. To learn more, run the command again with --verbose. [code/sgx-utils/sgx-isa[master]] $ rustc +nightly -vV [alex@acrichton-desktop] rustc 1.18.0-nightly (5c94997b6 2017-03-30) binary: rustc commit-hash: 5c94997b6b1cca3e65ecfc5ba40c033d6838019b commit-date: 2017-03-30 host: x86_64-unknown-linux-gnu release: 1.18.0-nightly LLVM version: 3.9 [code/sgx-utils/sgx-isa[master]] $ git log -1 [alex@acrichton-desktop] commit 1575f9e3b4f2d241267c28fda7a0151b59be48cf Author: Jethro Beekman <[email protected]> Date: Sat Nov 5 16:32:50 2016 -0700 Bump versions
https://github.com/jethrogb/sgx-utils/tree/master/sgx-isa
cc @jethrogb
The text was updated successfully, but these errors were encountered:
#[derive]
Fixed in #41050.
Sorry, something went wrong.
Rollup merge of rust-lang#41050 - jseyfried:fix_derive_parsing, r=pet…
d8ddb94
…rochenkov macros: fix bug parsing `#[derive]` invocations Fixes rust-lang#40962 (introduced in rust-lang#40346). r? @nrc
89b364d
jseyfried
No branches or pull requests
https://github.com/jethrogb/sgx-utils/tree/master/sgx-isa
cc @jethrogb
The text was updated successfully, but these errors were encountered: