Open
Description
Compiler version
3.3.0
Problem
@nowarn annotation allows developers to ignore certain warnings from the compiler in a lexical scope. You can ignore either using compiler message or some "cat"egory. Grepping through the dotty source, I see deprecation and unchecked as options. Is there a category for unused with 3.3.0? I tried using "unused" but compiler doesn't recognize that. It would be great if scala binary could enumerate what these values are.