[INFO] fetching crate stm32g0xx-hal 0.0.8... [INFO] documenting stm32g0xx-hal-0.0.8 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate stm32g0xx-hal 0.0.8 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate stm32g0xx-hal 0.0.8 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1/source/.cargo/config [INFO] started tweaking crates.io crate stm32g0xx-hal 0.0.8 [INFO] finished tweaking crates.io crate stm32g0xx-hal 0.0.8 [INFO] tweaked toml for crates.io crate stm32g0xx-hal 0.0.8 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate stm32g0xx-hal 0.0.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c07088f51aa0447990e18adbf62be4303d94d28c85a34a62a68b6925ef5b3532 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c07088f51aa0447990e18adbf62be4303d94d28c85a34a62a68b6925ef5b3532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c07088f51aa0447990e18adbf62be4303d94d28c85a34a62a68b6925ef5b3532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c07088f51aa0447990e18adbf62be4303d94d28c85a34a62a68b6925ef5b3532", kill_on_drop: false }` [INFO] [stdout] c07088f51aa0447990e18adbf62be4303d94d28c85a34a62a68b6925ef5b3532 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c19a996030dacdb73985590618b3ce80305bda38c667d03ab79aed1f5be9d2f9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c19a996030dacdb73985590618b3ce80305bda38c667d03ab79aed1f5be9d2f9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling stm32g0 v0.10.0 [INFO] [stderr] Checking as-slice v0.1.2 [INFO] [stderr] Checking aligned v0.3.2 [INFO] [stderr] Documenting stm32g0xx-hal v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] error: This crate requires one of the following features enabled: stm32g07x, stm32g030, stm32g031, stm32g041, stm32g081 [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / compile_error!( [INFO] [stdout] 12 | | "This crate requires one of the following features enabled: stm32g07x, stm32g030, stm32g031, stm32g041, stm32g081" [INFO] [stdout] 13 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/analog/adc.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::stm32::ADC; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/crc.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::CRC; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/delay.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/dma.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::DMA; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/exti.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::EXTI; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/i2c.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::stm32::{I2C1, I2C2}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/rcc/mod.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::stm32::{FLASH, PWR, RCC}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/rcc/clockout.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::RCC; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/rng.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::stm32::RNG; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/rtc.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::RTC; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/serial.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/spi.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::{SPI1, SPI2}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/mod.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/opm.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/pwm.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/qei.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::stm32::{TIM1, TIM2, TIM3}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/stopwatch.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/timer/pins.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::stm32::*; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/watchdog.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::stm32::{IWDG, WWDG}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/gpio.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::stm32::{EXTI, $GPIOX}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] ... [INFO] [stdout] 467 | / gpio!(GPIOA, gpioa, iopaen, PA, 0, [ [INFO] [stdout] 468 | | PA0: (pa0, 0), [INFO] [stdout] 469 | | PA1: (pa1, 1), [INFO] [stdout] 470 | | PA2: (pa2, 2), [INFO] [stdout] ... | [INFO] [stdout] 483 | | PA15: (pa15, 15), [INFO] [stdout] 484 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/gpio.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::stm32::{EXTI, $GPIOX}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] ... [INFO] [stdout] 486 | / gpio!(GPIOB, gpiob, iopben, PB, 1, [ [INFO] [stdout] 487 | | PB0: (pb0, 0), [INFO] [stdout] 488 | | PB1: (pb1, 1), [INFO] [stdout] 489 | | PB2: (pb2, 2), [INFO] [stdout] ... | [INFO] [stdout] 502 | | PB15: (pb15, 15), [INFO] [stdout] 503 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/gpio.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::stm32::{EXTI, $GPIOX}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] ... [INFO] [stdout] 505 | / gpio!(GPIOC, gpioc, iopcen, PC, 2, [ [INFO] [stdout] 506 | | PC0: (pc0, 0), [INFO] [stdout] 507 | | PC1: (pc1, 1), [INFO] [stdout] 508 | | PC2: (pc2, 2), [INFO] [stdout] ... | [INFO] [stdout] 521 | | PC15: (pc15, 15), [INFO] [stdout] 522 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/gpio.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::stm32::{EXTI, $GPIOX}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] ... [INFO] [stdout] 524 | / gpio!(GPIOD, gpiod, iopden, PD, 3, [ [INFO] [stdout] 525 | | PD0: (pd0, 0), [INFO] [stdout] 526 | | PD1: (pd1, 1), [INFO] [stdout] 527 | | PD2: (pd2, 2), [INFO] [stdout] ... | [INFO] [stdout] 540 | | PD15: (pd15, 15), [INFO] [stdout] 541 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::stm32` [INFO] [stdout] --> src/gpio.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | use crate::stm32::{EXTI, $GPIOX}; [INFO] [stdout] | ^^^^^ maybe a missing crate `stm32`? [INFO] [stdout] ... [INFO] [stdout] 543 | / gpio!(GPIOF, gpiof, iopfen, PF, 5, [ [INFO] [stdout] 544 | | PF0: (pf0, 0), [INFO] [stdout] 545 | | PF1: (pf1, 1), [INFO] [stdout] 546 | | PF2: (pf2, 2), [INFO] [stdout] ... | [INFO] [stdout] 559 | | PF15: (pf15, 15), [INFO] [stdout] 560 | | ]); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/delay.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | TIM1: (tim1, tim1en, tim1rst, apbenr2, apbrstr2), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/delay.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | TIM2: (tim2, tim2en, tim2rst, apbenr1, apbrstr1), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/delay.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | TIM3: (tim3, tim3en, tim3rst, apbenr1, apbrstr1), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/delay.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | TIM14: (tim14, tim14en, tim14rst, apbenr2, apbrstr2), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/delay.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | TIM16: (tim16, tim16en, tim16rst, apbenr2, apbrstr2), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/delay.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | TIM17: (tim17, tim17en, tim17rst, apbenr2, apbrstr2), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPUART` in this scope [INFO] [stdout] --> src/serial.rs:502:5 [INFO] [stdout] | [INFO] [stdout] 502 | LPUART, lpuart, apbenr1, lpuart1en, 256, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 202 | impl TxPin for $PTX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 210 | impl RxPin for $PRX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 217 | impl SerialExt for $USARTX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 217 | impl SerialExt<$USARTX> for crate::exti::Event { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 225 | TX: TxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 226 | RX: RxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 223 | rcc: &mut Rcc) -> Result, InvalidConfig> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 232 | impl Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 241 | TX: TxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 242 | RX: RxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 234 | usart: crate::exti::Event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 314 | pub fn split(self) -> (Tx, Rx<$USARTX>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 314 | pub fn split(self) -> (Tx<$USARTX>, Rx) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 319 | impl Tx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 320 | pub fn with_dma(self, channel: CHANNEL) -> DmaTx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 348 | impl Rx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 349 | pub fn with_dma(self, channel: CHANNEL) -> DmaRx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 377 | impl ReadDma for DmaRx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 403 | impl WriteDma for DmaTx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 428 | impl hal::serial::Read for Rx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 456 | impl hal::serial::Read for Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 464 | impl hal::serial::Write for Tx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART1` in this scope [INFO] [stdout] --> src/serial.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 516 | USART1, usart1, apbenr2, usart1en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART1`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 487 | impl hal::serial::Write for Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 202 | impl TxPin for $PTX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 210 | impl RxPin for $PRX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 217 | impl SerialExt for $USARTX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 217 | impl SerialExt<$USARTX> for crate::exti::Event { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 225 | TX: TxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 226 | RX: RxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 223 | rcc: &mut Rcc) -> Result, InvalidConfig> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 232 | impl Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 241 | TX: TxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 242 | RX: RxPin, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 234 | usart: crate::exti::Event, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 314 | pub fn split(self) -> (Tx, Rx<$USARTX>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 314 | pub fn split(self) -> (Tx<$USARTX>, Rx) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 319 | impl Tx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 320 | pub fn with_dma(self, channel: CHANNEL) -> DmaTx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 348 | impl Rx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 349 | pub fn with_dma(self, channel: CHANNEL) -> DmaRx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 377 | impl ReadDma for DmaRx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 403 | impl WriteDma for DmaTx [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 428 | impl hal::serial::Read for Rx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 456 | impl hal::serial::Read for Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 464 | impl hal::serial::Write for Tx { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USART2` in this scope [INFO] [stdout] --> src/serial.rs:530:5 [INFO] [stdout] | [INFO] [stdout] 530 | USART2, usart2, apbenr1, usart2en, 1, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::exti::Event::USART2`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 487 | impl hal::serial::Write for Serial { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/opm.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | TIM1: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/opm.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | TIM1: (Channel2, cc2e, ccmr1_output, oc2m, oc2fe, ccr2, arr), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/opm.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | TIM1: (Channel3, cc3e, ccmr2_output, oc3m, oc3fe, ccr3, arr), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/opm.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | TIM1: (Channel4, cc4e, ccmr2_output, oc4m, oc4fe, ccr4, arr), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/opm.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 124 | TIM2: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/opm.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | TIM2: (Channel2, cc2e, ccmr1_output, oc2m, oc2fe, ccr2, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/opm.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | TIM2: (Channel3, cc3e, ccmr2_output, oc3m, oc3fe, ccr3, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/opm.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | TIM2: (Channel4, cc4e, ccmr2_output, oc4m, oc4fe, ccr4, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/opm.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | TIM3: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/opm.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | TIM3: (Channel2, cc2e, ccmr1_output, oc2m, oc2fe, ccr2, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/opm.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | TIM3: (Channel3, cc3e, ccmr2_output, oc3m, oc3fe, ccr3, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/opm.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | TIM3: (Channel4, cc4e, ccmr2_output, oc4m, oc4fe, ccr4, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/opm.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | TIM14: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/opm.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | TIM16: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/opm.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | TIM17: (Channel1, cc1e, ccmr1_output, oc1m, oc1fe, ccr1, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/opm.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | TIM1: (apbenr2, apbrstr2, tim1, tim1en, tim1rst), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/opm.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | TIM2: (apbenr1, apbrstr1, tim2, tim2en, tim2rst), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/opm.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | TIM3: (apbenr1, apbrstr1, tim3, tim3en, tim3rst), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/opm.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | TIM14: (apbenr2, apbrstr2, tim14, tim14en, tim14rst), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/opm.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | TIM16: (apbenr2, apbrstr2, tim16, tim16en, tim16rst), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/opm.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | TIM17: (apbenr2, apbrstr2, tim17, tim17en, tim17rst), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pwm.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | TIM1: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1, moe), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pwm.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | TIM1: (Channel2, cc2e, ccmr1_output, oc2pe, oc2m, ccr2, moe), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pwm.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | TIM1: (Channel3, cc3e, ccmr2_output, oc3pe, oc3m, ccr3, moe), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pwm.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | TIM1: (Channel4, cc4e, ccmr2_output, oc4pe, oc4m, ccr4, moe), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/pwm.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | TIM14: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/pwm.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | TIM16: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1, moe), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/pwm.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | TIM17: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1, moe), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pwm.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | TIM2: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1, ccr1_l, ccr1_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pwm.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | TIM2: (Channel2, cc2e, ccmr1_output, oc2pe, oc2m, ccr2, ccr2_l, ccr2_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pwm.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | TIM2: (Channel3, cc3e, ccmr2_output, oc3pe, oc3m, ccr3, ccr3_l, ccr3_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pwm.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | TIM2: (Channel4, cc4e, ccmr2_output, oc4pe, oc4m, ccr4, ccr4_l, ccr4_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pwm.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | TIM3: (Channel1, cc1e, ccmr1_output, oc1pe, oc1m, ccr1, ccr1_l, ccr1_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pwm.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | TIM3: (Channel2, cc2e, ccmr1_output, oc2pe, oc2m, ccr2, ccr2_l, ccr2_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pwm.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | TIM3: (Channel3, cc3e, ccmr2_output, oc3pe, oc3m, ccr3, ccr3_l, ccr3_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pwm.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | TIM3: (Channel4, cc4e, ccmr2_output, oc4pe, oc4m, ccr4, ccr4_l, ccr4_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pwm.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | TIM1: (apbenr2, apbrstr2, tim1, tim1en, tim1rst, arr), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pwm.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | TIM2: (apbenr1, apbrstr1, tim2, tim2en, tim2rst, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pwm.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | TIM3: (apbenr1, apbrstr1, tim3, tim3en, tim3rst, arr_l, arr_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/pwm.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | TIM14: (apbenr2, apbrstr2, tim14, tim14en, tim14rst, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/pwm.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | TIM16: (apbenr2, apbrstr2, tim16, tim16en, tim16rst, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/pwm.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | TIM17: (apbenr2, apbrstr2, tim17, tim17en, tim17rst, arr), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | TIM1: (tim1, tim1en, tim1rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | TIM2: (tim2, tim2en, tim2rst, apbenr1, apbrstr1, cnt_l, cnt_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | TIM3: (tim3, tim3en, tim3rst, apbenr1, apbrstr1, cnt_l, cnt_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | TIM14: (tim14, tim14en, tim14rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | TIM16: (tim16, tim16en, tim16rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/stopwatch.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | TIM17: (tim17, tim17en, tim17rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/pins.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | timer_pins!(TIM1, [ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/pins.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | timer_pins!(TIM2, [ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/pins.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | timer_pins!(TIM3, [ [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/pins.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | timer_pins!(TIM14, [ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/pins.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | timer_pins!(TIM16, [ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/pins.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | timer_pins!(TIM17, [ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM1` in this scope [INFO] [stdout] --> src/timer/mod.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | TIM1: (tim1, tim1en, tim1rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM2` in this scope [INFO] [stdout] --> src/timer/mod.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | TIM2: (tim2, tim2en, tim2rst, apbenr1, apbrstr1, cnt_l, cnt_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM3` in this scope [INFO] [stdout] --> src/timer/mod.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | TIM3: (tim3, tim3en, tim3rst, apbenr1, apbrstr1, cnt_l, cnt_h), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM14` in this scope [INFO] [stdout] --> src/timer/mod.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | TIM14: (tim14, tim14en, tim14rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM16` in this scope [INFO] [stdout] --> src/timer/mod.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | TIM16: (tim16, tim16en, tim16rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TIM17` in this scope [INFO] [stdout] --> src/timer/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | TIM17: (tim17, tim17en, tim17rst, apbenr2, apbrstr2, cnt), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 139 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `stm32g0xx-hal`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name stm32g0xx_hal src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern as_slice=/opt/rustwide/target/debug/deps/libas_slice-596fe1f6abdd7494.rmeta --extern bare_metal=/opt/rustwide/target/debug/deps/libbare_metal-f1e4959e24c8e643.rmeta --extern cortex_m=/opt/rustwide/target/debug/deps/libcortex_m-8acb454b3522e181.rmeta --extern embedded_hal=/opt/rustwide/target/debug/deps/libembedded_hal-0a2d924ef4a4a5da.rmeta --extern nb=/opt/rustwide/target/debug/deps/libnb-67af274d6121dece.rmeta --extern stm32g0=/opt/rustwide/target/debug/deps/libstm32g0-a2afc82c2bb9b95c.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-7dc3f9a4751321c3.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "c19a996030dacdb73985590618b3ce80305bda38c667d03ab79aed1f5be9d2f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c19a996030dacdb73985590618b3ce80305bda38c667d03ab79aed1f5be9d2f9", kill_on_drop: false }` [INFO] [stdout] c19a996030dacdb73985590618b3ce80305bda38c667d03ab79aed1f5be9d2f9