Skip to content

Instantly share code, notes, and snippets.

@2m
Created June 4, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2m/6a6e0f3c23de9a7206b09a8d9e171d65 to your computer and use it in GitHub Desktop.
Save 2m/6a6e0f3c23de9a7206b09a8d9e171d65 to your computer and use it in GitHub Desktop.
Compiling way-cooler v0.6.0 (file:///home/martynas/.cache/pacaur/way-cooler/src/way-cooler)
error: struct field shorthands are unstable (see issue #37340)
--> src/layout/core/container.rs:189:13
|
189 | output_handle,
| ^^^^^^^^^^^^^
|
= help: add #![feature(field_init_shorthand)] to the crate attributes to enable
error: struct field shorthands are unstable (see issue #37340)
--> src/layout/core/container.rs:191:13
|
191 | geometry,
| ^^^^^^^^
|
= help: add #![feature(field_init_shorthand)] to the crate attributes to enable
error: struct field shorthands are unstable (see issue #37340)
--> src/layout/core/container.rs:193:13
|
193 | borders
| ^^^^^^^
|
= help: add #![feature(field_init_shorthand)] to the crate attributes to enable
error: struct field shorthands are unstable (see issue #37340)
--> src/layout/core/borders/container_draw.rs:16:13
|
16 | base
| ^^^^
|
= help: add #![feature(field_init_shorthand)] to the crate attributes to enable
error: aborting due to 4 previous errors
error: Could not compile `way-cooler`.
To learn more, run the command again with --verbose.
==> ERROR: A failure occurred in build().
Aborting...
:: failed to build way-cooler package(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment