stm32f767-hal 0.2.0

Peripheral access API for STM32F767 microcontrollers
Build #106810 2018-06-26T19:27:47.670596+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading stm32f767-hal v0.2.0
Fresh vcell v0.1.0
Fresh r0 v0.2.2
Fresh void v1.0.2
Fresh bare-metal v0.2.0
Compiling panic-abort v0.2.0
Fresh cast v0.2.2
Fresh aligned v0.2.0
Fresh nb v0.1.1
Fresh volatile-register v0.2.0
Fresh cc v1.0.17
Compiling stm32f7 v0.2.0
Running `rustc --crate-name panic_abort .cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bb9bf391a529b69e -C extra-filename=-bb9bf391a529b69e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh embedded-hal v0.2.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/stm32f7-0.2.0/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="rt"' --cfg 'feature="cortex-m-rt"' --cfg 'feature="default"' --cfg 'feature="stm32f7x7"' -C metadata=379ab38476838d86 -C extra-filename=-379ab38476838d86 --out-dir /home/cratesfyi/cratesfyi/debug/build/stm32f7-379ab38476838d86 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh cortex-m-rt v0.5.1
Fresh cortex-m v0.5.2
error[E0658]: The attribute `panic_implementation` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.2.0/src/lib.rs:28:1
|
28 | #[panic_implementation]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `panic-abort`.

Caused by:
process didn't exit successfully: `rustc --crate-name panic_abort .cargo/registry/src/github.com-1ecc6299db9ec823/panic-abort-0.2.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bb9bf391a529b69e -C extra-filename=-bb9bf391a529b69e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.