Skip to content

Commit 66599f1

Browse files
Remove a no-longer-correct FIXME
1 parent 54ad31b commit 66599f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pub enum GenericArgsProhibitedReason {
2626
Static,
2727
/// When there is a generic enum, within the expression `Enum::Variant`,
2828
/// either `Enum` or `Variant` are allowed to have generic arguments, but not both.
29-
// FIXME: This is not used now but it should be.
3029
EnumVariant,
3130
}
3231

0 commit comments

Comments
 (0)