Implement base type-level interpreter and subtyping #1247
GitHub Actions / clippy
failed
Feb 6, 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.75.0 (82e1608df 2023-12-21)
- cargo 1.75.0 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (82e1608 2023-12-21)
Annotations
Check failure on line 747 in flatten/src/lib.rs
github-actions / clippy
unreachable pattern
error: unreachable pattern
--> flatten/src/lib.rs:747:13
|
747 | _ => todo!("function-like types are not handled yet")
| ^
|
= note: `-D unreachable-patterns` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unreachable_patterns)]`
Loading