about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChayim Refael Friedman <chayimfr@gmail.com>2025-02-04 23:07:48 +0200
committerChayim Refael Friedman <chayimfr@gmail.com>2025-02-04 23:07:48 +0200
commit66599f1dd5ade8f87cfeca3b2334649820c659d9 (patch)
tree6383f76a4c9140cb06958b16bd53fdb340445af7
parent54ad31b5b885bfcec5fd7d470ed03c0718656cac (diff)
downloadrust-66599f1dd5ade8f87cfeca3b2334649820c659d9.tar.gz
rust-66599f1dd5ade8f87cfeca3b2334649820c659d9.zip
Remove a no-longer-correct FIXME
-rw-r--r--src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs b/src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs
index 7fe196cdbb5..dac04307b74 100644
--- a/src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs
+++ b/src/tools/rust-analyzer/crates/hir-ty/src/lower/diagnostics.rs
@@ -26,7 +26,6 @@ pub enum GenericArgsProhibitedReason {
     Static,
     /// When there is a generic enum, within the expression `Enum::Variant`,
     /// either `Enum` or `Variant` are allowed to have generic arguments, but not both.
-    // FIXME: This is not used now but it should be.
     EnumVariant,
 }