tests: bad_bufw 가 무엇을 막는지 기록하고 진단을 고정한다

보고서가 '애매'로 남긴 하나다. io.buf_writer 는 351e5db 가 Writer 핸들 enum
으로 교체하면서 없앤 콜백 방식 writer이고, 이 fixture 는 그것이 돌아오지 않게
막으려고 그 커밋에서 추가됐다. 파일만 봐서는 알 수 없어 주석으로 남긴다.

pin 94 -> 95. 마커 없는 fixture는 이제 없다.
This commit is contained in:
2026-08-17 04:52:48 +09:00
parent 1be47fa11c
commit de02b8bbbe
+3
View File
@@ -1,3 +1,6 @@
// ERROR:9:unknown name
// io.buf_writer was the callback-based writer that 351e5db replaced with the
// Writer handle enum. This fixture keeps it from coming back.
unit bad_bufw; unit bad_bufw;
fn main() -> void { fn main() -> void {