Files
poimen-memory/fixtures/failures/cargo-different.txt
T
Story Crater Bot 7b5b1aa993
Build and Push / Test (push) Failing after 1m57s
Build and Push / Build and push image (push) Skipped
feat: M3.7.7 signature extraction CLI + integration tests (unit tests pass, integration tests pending mem-cli fix)
2026-08-28 07:46:36 -07:00

13 lines
426 B
Plaintext

Compiling mem-core v0.1.0 (/home/runner/work/Poimen/memory/crates/mem-core)
error[E0433]: cannot find function `extract` in this scope
--> crates/mem-core/src/lesson.rs:456:23
|
456 | let sig = extract(&self.output)?;
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
456 | use crate::extract;
error: could not compile `mem-core` due to 1 previous error