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.
1 parent 74591ec commit 8ea6135Copy full SHA for 8ea6135
crates/hir-ty/src/lower/diagnostics.rs
@@ -26,7 +26,6 @@ pub enum GenericArgsProhibitedReason {
26
Static,
27
/// When there is a generic enum, within the expression `Enum::Variant`,
28
/// either `Enum` or `Variant` are allowed to have generic arguments, but not both.
29
- // FIXME: This is not used now but it should be.
30
EnumVariant,
31
}
32
0 commit comments