update#1113
Conversation
There was a problem hiding this comment.
Code Review
This pull request deprecates the custom @attribute tag in favor of standard @class declarations inheriting from a base Attribute class, removing the old attribute parsing and analysis code. It also introduces support for const generic modifiers (replacing std.ConstTpl<T>) and refactors parameter count and type checking into a unified param_check diagnostic module. Feedback on these changes highlights a recursive cleanup bug in call_hover.rs where type_id can be left in visiting_aliases on early return, a logic gap in param_count.rs that fails to emit diagnostics when both missing and redundant candidates are present, and compatibility issues with Option::is_none_or which requires Rust 1.82.0.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Attribute标签, 现在他的定义行为与 c# 的类似