We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Found while working on #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
Found while working on #88206