can't build on rust 1.11.0-nightly (a967611d8 2016-05-30) #12

Closed
opened 2016-06-02 00:01:58 +12:00 by Cynede · 1 comment
Cynede commented 2016-06-02 00:01:58 +12:00 (Migrated from github.com)

build.rs:20:35: 20:48 error: mismatched types [E0308]
build.rs:20 ::serde_codegen::register(&mut registry);
^~~~~~~~~~~~~
build.rs:20:35: 20:48 help: run rustc --explain E0308 to see a detailed explanation
build.rs:20:35: 20:48 note: expected type &mut syntex::Registry
build.rs:20:35: 20:48 note: found type &mut syntex::Registry
build.rs:20:35: 20:48 note: Perhaps two different versions of crate syntex are being used?
build.rs:20 ::serde_codegen::register(&mut registry);
^~~~~~~~~~~~~
error: aborting due to previous error
error: Could not compile textnonce.

> build.rs:20:35: 20:48 error: mismatched types [E0308] > build.rs:20 ::serde_codegen::register(&mut registry); > ^~~~~~~~~~~~~ > build.rs:20:35: 20:48 help: run `rustc --explain E0308` to see a detailed explanation > build.rs:20:35: 20:48 note: expected type `&mut syntex::Registry` > build.rs:20:35: 20:48 note: found type `&mut syntex::Registry` > build.rs:20:35: 20:48 note: Perhaps two different versions of crate `syntex` are being used? > build.rs:20 ::serde_codegen::register(&mut registry); > ^~~~~~~~~~~~~ > error: aborting due to previous error > error: Could not compile `textnonce`.
mikedilger commented 2016-06-02 10:03:33 +12:00 (Migrated from github.com)

Yep, the AST changes again. Thanks. I've pushed a new version 0.3.3 for use with syntex 0.33

Yep, the AST changes again. Thanks. I've pushed a new version 0.3.3 for use with syntex 0.33
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mikedilger/textnonce#12
No description provided.