glsl-layout 0.1.1

Provides data types and traits to build structures ready to upload into UBO.
Documentation
Build #100037 2018-05-17T16:21:25.893819+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading glsl-layout v0.1.1
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.3.8
Fresh quote v0.5.2
Fresh syn v0.13.10
Compiling glsl-layout-derive v0.1.1
Running `rustc --crate-name glsl_layout_derive .cargo/registry/src/github.com-1ecc6299db9ec823/glsl-layout-derive-0.1.1/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=3bfce5854f0ae10e -C extra-filename=-3bfce5854f0ae10e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-76e75cc726e09533.rlib --extern-version syn=syn,0.13.10 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-f3c9afc7b9c6c46c.rlib --extern-version quote=quote,0.5.2 --cap-lints allow`
error[E0658]: non-reference pattern used to match a reference (see issue #42640)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/glsl-layout-derive-0.1.1/src/lib.rs:25:9
|
25 | /         syn::Data::Struct(syn::DataStruct {
26 | |             fields: syn::Fields::Named(syn::FieldsNamed {
27 | |                 named,
28 | |                 ..
29 | |             }),
30 | |             ..
31 | |         }) => named,
| |__________^
|
= help: add #![feature(match_default_bindings)] to the crate attributes to enable
help: consider using a reference
|
25 |         &syn::Data::Struct(syn::DataStruct {
26 |             fields: syn::Fields::Named(syn::FieldsNamed {
27 |                 named,
28 |                 ..
29 |             }),
30 |             ..
...

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `glsl-layout-derive`.,
cause: process didn't exit successfully: `rustc --crate-name glsl_layout_derive .cargo/registry/src/github.com-1ecc6299db9ec823/glsl-layout-derive-0.1.1/src/lib.rs --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=3bfce5854f0ae10e -C extra-filename=-3bfce5854f0ae10e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-76e75cc726e09533.rlib --extern-version syn=syn,0.13.10 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-f3c9afc7b9c6c46c.rlib --extern-version quote=quote,0.5.2 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.