[INFO] crate stm32 0.0.1 is already in cache [INFO] extracting crate stm32 0.0.1 into work/ex/clippy-test-run/sources/stable/reg/stm32/0.0.1 [INFO] extracting crate stm32 0.0.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/stm32/0.0.1 [INFO] validating manifest of stm32-0.0.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of stm32-0.0.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing stm32-0.0.1 [INFO] finished frobbing stm32-0.0.1 [INFO] frobbed toml for stm32-0.0.1 written to work/ex/clippy-test-run/sources/stable/reg/stm32/0.0.1/Cargo.toml [INFO] started frobbing stm32-0.0.1 [INFO] finished frobbing stm32-0.0.1 [INFO] frobbed toml for stm32-0.0.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/stm32/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting stm32-0.0.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-0/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/stm32/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 27ed95ab271de440f21a44d819dfb1ef7dea2d1837c5968dbd828f075a9497df [INFO] running `"docker" "start" "-a" "27ed95ab271de440f21a44d819dfb1ef7dea2d1837c5968dbd828f075a9497df"` [INFO] [stderr] Compiling stm32 v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | const DMA_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dma.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:4:48 [INFO] [stderr] | [INFO] [stderr] 4 | const USBOTG_DEVICE_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_device.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:6:38 [INFO] [stderr] | [INFO] [stderr] 6 | const RCC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rcc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | const STM32F40X_TMPL_SVD: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/STM32F40x.tmpl.svd"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:10:40 [INFO] [stderr] | [INFO] [stderr] 10 | const CRYPT_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/crypt.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:12:39 [INFO] [stderr] | [INFO] [stderr] 12 | const WWDG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/wwdg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:14:38 [INFO] [stderr] | [INFO] [stderr] 14 | const SPI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/spi.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:16:39 [INFO] [stderr] | [INFO] [stderr] 16 | const LTDC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/ltdc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | const I2C_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/i2c.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | const HASH_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/hash.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | const PWR_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/pwr.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | const RTC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rtc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:26:40 [INFO] [stderr] | [INFO] [stderr] 26 | const ADC_C_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/adc_c.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:28:43 [INFO] [stderr] | [INFO] [stderr] 28 | const ENET_DMA_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_dma.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | const FLASH_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/flash.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | const DAC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dac.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:34:43 [INFO] [stderr] | [INFO] [stderr] 34 | const ENET_PTP_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_ptp.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | const DBG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dbg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | const GPIO_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/gpio.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | const IWDG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/iwdg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | const ENET_MAC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_mac.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | const TIMER_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/timer.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:46:46 [INFO] [stderr] | [INFO] [stderr] 46 | const USBOTG_HOST_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_host.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | const SYSCFG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/syscfg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | const CAN_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/can.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:52:38 [INFO] [stderr] | [INFO] [stderr] 52 | const FMC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/fmc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:54:48 [INFO] [stderr] | [INFO] [stderr] 54 | const USBOTG_GLOBAL_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_global.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:56:43 [INFO] [stderr] | [INFO] [stderr] 56 | const ENET_MMC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_mmc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:58:39 [INFO] [stderr] | [INFO] [stderr] 58 | const DCMI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dcmi.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 60 | const SDIO_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/sdio.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:62:39 [INFO] [stderr] | [INFO] [stderr] 62 | const NVIC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/nvic.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | const EXTI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/exti.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:66:40 [INFO] [stderr] | [INFO] [stderr] 66 | const DMA2D_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dma2d.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:68:38 [INFO] [stderr] | [INFO] [stderr] 68 | const SAI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/sai.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:70:48 [INFO] [stderr] | [INFO] [stderr] 70 | const USBOTG_PWRCLK_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_pwrclk.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:72:38 [INFO] [stderr] | [INFO] [stderr] 72 | const CRC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/crc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:74:40 [INFO] [stderr] | [INFO] [stderr] 74 | const ADC_N_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/adc_n.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | const RNG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rng.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:78:40 [INFO] [stderr] | [INFO] [stderr] 78 | const USART_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usart.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^-------------------------------- help: consider removing `'static`: `&[(&'static [u8], &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:46 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:61 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | const DMA_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dma.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::const_static_lifetime)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:4:48 [INFO] [stderr] | [INFO] [stderr] 4 | const USBOTG_DEVICE_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_device.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:6:38 [INFO] [stderr] | [INFO] [stderr] 6 | const RCC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rcc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | const STM32F40X_TMPL_SVD: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/STM32F40x.tmpl.svd"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:10:40 [INFO] [stderr] | [INFO] [stderr] 10 | const CRYPT_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/crypt.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:12:39 [INFO] [stderr] | [INFO] [stderr] 12 | const WWDG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/wwdg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:14:38 [INFO] [stderr] | [INFO] [stderr] 14 | const SPI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/spi.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:16:39 [INFO] [stderr] | [INFO] [stderr] 16 | const LTDC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/ltdc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | const I2C_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/i2c.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | const HASH_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/hash.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:22:38 [INFO] [stderr] | [INFO] [stderr] 22 | const PWR_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/pwr.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:24:38 [INFO] [stderr] | [INFO] [stderr] 24 | const RTC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rtc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:26:40 [INFO] [stderr] | [INFO] [stderr] 26 | const ADC_C_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/adc_c.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:28:43 [INFO] [stderr] | [INFO] [stderr] 28 | const ENET_DMA_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_dma.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | const FLASH_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/flash.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:32:38 [INFO] [stderr] | [INFO] [stderr] 32 | const DAC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dac.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:34:43 [INFO] [stderr] | [INFO] [stderr] 34 | const ENET_PTP_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_ptp.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | const DBG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dbg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:38:39 [INFO] [stderr] | [INFO] [stderr] 38 | const GPIO_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/gpio.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | const IWDG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/iwdg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | const ENET_MAC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_mac.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | const TIMER_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/timer.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:46:46 [INFO] [stderr] | [INFO] [stderr] 46 | const USBOTG_HOST_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_host.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:48:41 [INFO] [stderr] | [INFO] [stderr] 48 | const SYSCFG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/syscfg.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:50:38 [INFO] [stderr] | [INFO] [stderr] 50 | const CAN_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/can.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:52:38 [INFO] [stderr] | [INFO] [stderr] 52 | const FMC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/fmc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:54:48 [INFO] [stderr] | [INFO] [stderr] 54 | const USBOTG_GLOBAL_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_global.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:56:43 [INFO] [stderr] | [INFO] [stderr] 56 | const ENET_MMC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/enet_mmc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:58:39 [INFO] [stderr] | [INFO] [stderr] 58 | const DCMI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dcmi.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 60 | const SDIO_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/sdio.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:62:39 [INFO] [stderr] | [INFO] [stderr] 62 | const NVIC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/nvic.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:64:39 [INFO] [stderr] | [INFO] [stderr] 64 | const EXTI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/exti.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:66:40 [INFO] [stderr] | [INFO] [stderr] 66 | const DMA2D_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/dma2d.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:68:38 [INFO] [stderr] | [INFO] [stderr] 68 | const SAI_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/sai.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:70:48 [INFO] [stderr] | [INFO] [stderr] 70 | const USBOTG_PWRCLK_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usbotg_pwrclk.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:72:38 [INFO] [stderr] | [INFO] [stderr] 72 | const CRC_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/crc.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:74:40 [INFO] [stderr] | [INFO] [stderr] 74 | const ADC_N_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/adc_n.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | const RNG_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/rng.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:78:40 [INFO] [stderr] | [INFO] [stderr] 78 | const USART_SVD_FRAG: &'static [u8] = include_bytes!("/opt/crater/workdir/svd/usart.svd.frag"); [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^-------------------------------- help: consider removing `'static`: `&[(&'static [u8], &'static str)]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:46 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^----- help: consider removing `'static`: `&[u8]` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] warning: Constants have by default a `'static` lifetime [INFO] [stderr] --> /opt/crater/target/debug/build/stm32-0a410417e32f4a0b/out/svd_bits.rs:79:61 [INFO] [stderr] | [INFO] [stderr] 79 | const ALL_FRAGS: &'static [(&'static [u8], &'static str)] = &[(&DMA_SVD_FRAG, "dma.svd.frag"),(&USBOTG_DEVICE_SVD_FRAG, "usbotg_device.svd.frag"),(&RCC_SVD_FRAG, "rcc.svd.frag"),(&CRYPT_SVD_FRAG, "crypt.svd.frag"),(&WWDG_SVD_FRAG, "wwdg.svd.frag"),(&SPI_SVD_FRAG, "spi.svd.frag"),(<DC_SVD_FRAG, "ltdc.svd.frag"),(&I2C_SVD_FRAG, "i2c.svd.frag"),(&HASH_SVD_FRAG, "hash.svd.frag"),(&PWR_SVD_FRAG, "pwr.svd.frag"),(&RTC_SVD_FRAG, "rtc.svd.frag"),(&ADC_C_SVD_FRAG, "adc_c.svd.frag"),(&ENET_DMA_SVD_FRAG, "enet_dma.svd.frag"),(&FLASH_SVD_FRAG, "flash.svd.frag"),(&DAC_SVD_FRAG, "dac.svd.frag"),(&ENET_PTP_SVD_FRAG, "enet_ptp.svd.frag"),(&DBG_SVD_FRAG, "dbg.svd.frag"),(&GPIO_SVD_FRAG, "gpio.svd.frag"),(&IWDG_SVD_FRAG, "iwdg.svd.frag"),(&ENET_MAC_SVD_FRAG, "enet_mac.svd.frag"),(&TIMER_SVD_FRAG, "timer.svd.frag"),(&USBOTG_HOST_SVD_FRAG, "usbotg_host.svd.frag"),(&SYSCFG_SVD_FRAG, "syscfg.svd.frag"),(&CAN_SVD_FRAG, "can.svd.frag"),(&FMC_SVD_FRAG, "fmc.svd.frag"),(&USBOTG_GLOBAL_SVD_FRAG, "usbotg_global.svd.frag"),(&ENET_MMC_SVD_FRAG, "enet_mmc.svd.frag"),(&DCMI_SVD_FRAG, "dcmi.svd.frag"),(&SDIO_SVD_FRAG, "sdio.svd.frag"),(&NVIC_SVD_FRAG, "nvic.svd.frag"),(&EXTI_SVD_FRAG, "exti.svd.frag"),(&DMA2D_SVD_FRAG, "dma2d.svd.frag"),(&SAI_SVD_FRAG, "sai.svd.frag"),(&USBOTG_PWRCLK_SVD_FRAG, "usbotg_pwrclk.svd.frag"),(&CRC_SVD_FRAG, "crc.svd.frag"),(&ADC_N_SVD_FRAG, "adc_n.svd.frag"),(&RNG_SVD_FRAG, "rng.svd.frag"),(&USART_SVD_FRAG, "usart.svd.frag"),]; [INFO] [stderr] | -^^^^^^^---- help: consider removing `'static`: `&str` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#const_static_lifetime [INFO] [stderr] [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> src/main.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | io::stdout().write(&rustfmt_output.stdout).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::unused_io_amount)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `stm32`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: handle written amount returned or use `Write::write_all` instead [INFO] [stderr] --> src/main.rs:101:5 [INFO] [stderr] | [INFO] [stderr] 101 | io::stdout().write(&rustfmt_output.stdout).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::unused_io_amount)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `stm32`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "27ed95ab271de440f21a44d819dfb1ef7dea2d1837c5968dbd828f075a9497df"` [INFO] running `"docker" "rm" "-f" "27ed95ab271de440f21a44d819dfb1ef7dea2d1837c5968dbd828f075a9497df"` [INFO] [stdout] 27ed95ab271de440f21a44d819dfb1ef7dea2d1837c5968dbd828f075a9497df