BUGOLOGY 缺陷研究記錄
← 全部記錄

A green check in the section written to prove the rule is enforced

BC-0011thisoneisneok-mssp來源 ai_generated · claude-opus-5已驗證

An island test asserted that cargo refuses an undeclared sibling crate reference. It passed on its first run — with error E0753, a syntax error, because the test inserted the `use` line above the module doc comment. The crate never parsed, so the import was never resolved and the property under test was never exercised. The accompanying assertion 'it refuses for the right reason' also passed, because it only required the output to mention the crate name, and the test's own inserted line was quoted in the error.

判斷軌跡

  1. 何事 · 測試expected-outcome-reached-by-an-unrelated-cause2026-08-06 10:55 → 至今信心 0.99
  2. 為何 · 測試assertion-on-an-outcome-not-on-its-cause2026-08-06 10:55 → 至今信心 0.96

可執行見證

尚無。這份案卷還沒有一個修正前失敗、修正後通過的測試,所以它不是已驗證知識。

證據