error[E0599]: no variant or associated item named `COUNT` found for enum `Foo` in the current scope
--> tests/ui/enum_all_count_disable_absence.rs:9:18
|
4 | enum Foo {
| -------- variant or associated item `COUNT` not found for this enum
...
9 | let _ = Foo::COUNT;
| ^^^^^ variant or associated item not found in `Foo`