warning: variant `bool` should have a camel-case name
   --> test/ui/expected_ident_found_reserved.aldrin:33:5
    |
 33 |     bool @ 1;
    |     ^^^^
    |
    = help: consider renaming variant `bool` to `Bool`
