Skip to content
GitHub Actions / all failed Sep 14, 2024 in 1s

all

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 91 in core/tauri/src/api/process.rs

See this annotation in the file changed.

@github-actions github-actions / all

failed to resolve: use of undeclared crate or module `log`

error[E0433]: failed to resolve: use of undeclared crate or module `log`
  --> core/tauri/src/api/process.rs:91:7
   |
91 |       log::error!("failed to restart app: {e}");
   |       ^^^ use of undeclared crate or module `log`