Skip to content

Add functions for managing source state #43

Add functions for managing source state

Add functions for managing source state #43

Triggered via pull request March 6, 2025 23:31
Status Failure
Total duration 54s
Artifacts

check.yml

on: pull_request
commit_list
2s
commit_list
Matrix: clippy
Matrix: ubuntu / stable / deny
Matrix: nightly / doc
Matrix: nightly / fmt
Matrix: ubuntu / stable / features
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

48 errors
ubuntu / 1.83 (9f0133eafc69acc714a16f9fea7fccad81035064)
Process completed with exit code 101.
ubuntu / stable / features (4f8df5b8c128f3ae2f3b2b84848e77159c22368c)
Process completed with exit code 1.
ubuntu / stable / features (9f0133eafc69acc714a16f9fea7fccad81035064)
Process completed with exit code 1.
ubuntu / 1.83 (4f8df5b8c128f3ae2f3b2b84848e77159c22368c)
Process completed with exit code 101.
ubuntu / stable / features (7028c6642a26719ae22b916601a304c7af579e11)
Process completed with exit code 1.
nightly / fmt (e16bd9bc13db71dfb12cbe45c9c7774862d9e059)
Process completed with exit code 1.
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
stable / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
ubuntu / 1.83 (7028c6642a26719ae22b916601a304c7af579e11)
Process completed with exit code 101.
ubuntu / 1.83 (e16bd9bc13db71dfb12cbe45c9c7774862d9e059)
Process completed with exit code 101.
ubuntu / 1.83 (568c47e455ab6232bc85cfd294abb96ba7b5292c)
Process completed with exit code 101.
nightly / doc (7028c6642a26719ae22b916601a304c7af579e11)
Process completed with exit code 101.
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
stable / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (7028c6642a26719ae22b916601a304c7af579e11): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
nightly / doc (9f0133eafc69acc714a16f9fea7fccad81035064)
Process completed with exit code 101.
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L274
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:274:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:274:24 | 274 | registers::VbusSwConfig::Source | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
stable / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L276
[clippy] reported by reviewdog 🐶 error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` Raw Output: src/asynchronous/internal/mod.rs:276:24:e:error[E0433]: failed to resolve: could not find `VbusSwConfig` in `registers` --> src/asynchronous/internal/mod.rs:276:24 | 276 | registers::VbusSwConfig::Disabled | ^^^^^^^^^^^^ could not find `VbusSwConfig` in `registers` __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L247
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:247:80:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:247:80 | 247 | pub async fn get_system_config(&mut self) -> Result<registers::field_sets::SystemConfig, Error<B::Error>> { | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (9f0133eafc69acc714a16f9fea7fccad81035064): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L259
[clippy] reported by reviewdog 🐶 error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` Raw Output: src/asynchronous/internal/mod.rs:259:40:e:error[E0412]: cannot find type `SystemConfig` in module `registers::field_sets` --> src/asynchronous/internal/mod.rs:259:40 | 259 | config: registers::field_sets::SystemConfig, | ^^^^^^^^^^^^ not found in `registers::field_sets` __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L249
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:249:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:251:14 | 249 | / self.borrow_port(PORT0)? 250 | | .into_registers() 251 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
beta / clippy (4f8df5b8c128f3ae2f3b2b84848e77159c22368c): src/asynchronous/internal/mod.rs#L262
[clippy] reported by reviewdog 🐶 error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct Raw Output: src/asynchronous/internal/mod.rs:262:9:e:error[E0599]: no method named `system_config` found for struct `registers::Registers` in the current scope --> src/asynchronous/internal/mod.rs:264:14 | 262 | / self.borrow_port(PORT0)? 263 | | .into_registers() 264 | | .system_config() | | -^^^^^^^^^^^^^ method not found in `Registers<Port<'_, B>>` | |_____________| | | ::: src/lib.rs:30:5 | 30 | / device_driver::create_device!( 31 | | device_name: Registers, 32 | | manifest: "device.yaml" 33 | | ); | |_____- method `system_config` not found for this struct __END__
nightly / doc (4f8df5b8c128f3ae2f3b2b84848e77159c22368c)
Process completed with exit code 101.