relm-attributes 0.12.0

Attributes to simplify the use of the relm crate
Documentation
Build #87928 2018-03-02T23:11:07.486928+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading relm-attributes v0.12.0
Fresh cfg-if v0.1.2
Fresh regex-syntax v0.4.2
Fresh lazy_static v0.2.11
Fresh void v1.0.2
Fresh unicode-xid v0.1.0
Fresh lazy_static v1.0.0
Fresh utf8-ranges v1.0.0
Fresh libc v0.2.37
Fresh log v0.4.1
Fresh proc-macro2 v0.2.3
Fresh unreachable v1.0.0
Compiling memchr v2.0.1
Fresh log v0.3.9
Fresh quote v0.4.2
Fresh thread_local v0.3.5
Fresh syn v0.12.13
Running `rustc --crate-name memchr .cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="libc"' --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=f754cb82c0139373 -C extra-filename=-f754cb82c0139373 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-041792d25037bc5f.rlib --extern-version libc=libc,0.2.37 --cap-lints allow`
Compiling relm-gen-widget v0.12.0
Running `rustc --crate-name relm_gen_widget .cargo/registry/src/github.com-1ecc6299db9ec823/relm-gen-widget-0.12.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f432f4bb07ceb044 -C extra-filename=-f432f4bb07ceb044 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-236f9e948268b14f.rlib --extern-version quote=quote,0.4.2 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-79a9e59a80188f2c.rlib --extern-version proc_macro2=proc-macro2,0.2.3 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-51e576c0209ee686.rlib --extern-version syn=syn,0.12.13 --cap-lints allow`
Compiling aho-corasick v0.6.4
Running `rustc --crate-name aho_corasick .cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e524697c89f1b116 -C extra-filename=-e524697c89f1b116 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --cap-lints allow`
Compiling regex v0.2.6
Running `rustc --crate-name regex .cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=0b863428902397af -C extra-filename=-0b863428902397af --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memchr=/home/cratesfyi/cratesfyi/debug/deps/libmemchr-f754cb82c0139373.rlib --extern-version memchr=memchr,2.0.1 --extern aho_corasick=/home/cratesfyi/cratesfyi/debug/deps/libaho_corasick-e524697c89f1b116.rlib --extern-version aho_corasick=aho-corasick,0.6.4 --extern utf8_ranges=/home/cratesfyi/cratesfyi/debug/deps/libutf8_ranges-b81dc320c0a952bb.rlib --extern-version utf8_ranges=utf8-ranges,1.0.0 --extern regex_syntax=/home/cratesfyi/cratesfyi/debug/deps/libregex_syntax-4fe84c02a735c569.rlib --extern-version regex_syntax=regex-syntax,0.4.2 --extern thread_local=/home/cratesfyi/cratesfyi/debug/deps/libthread_local-db3ee6d3c7fe5526.rlib --extern-version thread_local=thread_local,0.3.5 --cap-lints allow`
error[E0507]: cannot move out of captured outer variable in an `FnOnce` closure
--> .cargo/registry/src/github.com-1ecc6299db9ec823/relm-gen-widget-0.12.0/src/parser.rs:432:23
|
432 |                 match init_properties {
|                       ^^^^^^^^^^^^^^^ cannot move out of captured outer variable in an `FnOnce` closure
433 |                     ConstructProperties(construct_properties) => gtk_widget.construct_properties = construct_properties,
|                                         -------------------- hint: to prevent move, use `ref construct_properties` or `ref mut construct_properties`
434 |                     InitParameters(init_params) => init_parameters = init_params,
|                                    ----------- ...and here (use `ref init_params` or `ref mut init_params`)

error: aborting due to previous error

error: Could not compile `relm-gen-widget`.

Caused by:
process didn't exit successfully: `rustc --crate-name relm_gen_widget .cargo/registry/src/github.com-1ecc6299db9ec823/relm-gen-widget-0.12.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f432f4bb07ceb044 -C extra-filename=-f432f4bb07ceb044 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-236f9e948268b14f.rlib --extern-version quote=quote,0.4.2 --extern lazy_static=/home/cratesfyi/cratesfyi/debug/deps/liblazy_static-d70f4329f99e5c72.rlib --extern-version lazy_static=lazy_static,0.2.11 --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-79a9e59a80188f2c.rlib --extern-version proc_macro2=proc-macro2,0.2.3 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-51e576c0209ee686.rlib --extern-version syn=syn,0.12.13 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.