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 54ad31b commit 66599f1Copy full SHA for 66599f1
src/tools/rust-analyzer/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