-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
cargo --version
cargo 1.33.0 (f099fe94b 2019-02-12)
rustc --version
rustc 1.33.0 (2aa4c46cf 2019-02-28)
cargo build --release gives me the following error:
error: unexpected close delimiter: `]`
--> /Users/test/wasm/wasmtime/target/release/build/wasmtime-wasi-78210da8261d30eb/out/wasmtime_ssp.rs:300:39
|
300 | # [ derive ( Copy , Clone ) ]; 2usize ] , }# [ repr ( C ) ]
| ^ unexpected close delimiter
error: aborting due to previous error
Looks like rustc can't compile a bindgen output..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels