Type-check returns type of main #302
GitHub Actions / clippy
failed
May 8, 2024 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0-nightly (faefc618c 2024-05-07)
- cargo 1.80.0-nightly (05364cb2f 2024-05-03)
- clippy 0.1.80 (faefc61 2024-05-07)
Annotations
Check failure on line 33 in scopegraphs/src/lib.rs
github-actions / clippy
file not found for module `completable_future`
error[E0583]: file not found for module `completable_future`
--> scopegraphs/src/lib.rs:33:1
|
33 | pub mod completable_future;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `completable_future`, create file "scopegraphs/src/completable_future.rs" or "scopegraphs/src/completable_future/mod.rs"
= note: if there is a `mod completable_future` elsewhere in the crate already, import it with `use crate::...` instead
Loading