warning: variant `const` should have a camel-case name
   --> test/ui/expected_ident_found_reserved.aldrin:34:5
    |
 34 |     const = fallback;
    |     ^^^^^
    |
    = help: consider renaming variant `const` to `Const`
