Compile failed with rustc 1.8.0! #30

Closed
opened 2016-05-12 22:48:04 +12:00 by fengsp · 2 comments
fengsp commented 2016-05-12 22:48:04 +12:00 (Migrated from github.com)
formdata-0.8.1/build.rs:15:33: 15:46 error: mismatched types:

 expected `&mut syntex::Registry`,
    found `&mut inner::syntex::Registry`
(expected struct `syntex::Registry`,
    found struct `inner::syntex::Registry`) [E0308]
``` formdata-0.8.1/build.rs:15:33: 15:46 error: mismatched types: expected `&mut syntex::Registry`, found `&mut inner::syntex::Registry` (expected struct `syntex::Registry`, found struct `inner::syntex::Registry`) [E0308] ```
mikedilger commented 2016-05-13 11:29:31 +12:00 (Migrated from github.com)

This was due to syntex version mismatches. I've updated formdata to use syntex 0.32.

This was due to syntex version mismatches. I've updated formdata to use syntex 0.32.
fengsp commented 2016-05-13 20:45:08 +12:00 (Migrated from github.com)

👍

👍
This discussion has been locked. Commenting is limited to contributors.
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/formdata#30
No description provided.