Found while working on https://github.com/rust-lang/rust/issues/88206 ``` error: cannot find derive macro `println` in this scope --> src/main.rs:16:10 | 16 | #[derive(println)] | ^^^^^^^ | = note: consider importing this macro: std::println ```