-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
c: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScriptquality-of-lifeNo new functionality, but improves ergonomics/internalsNo new functionality, but improves ergonomics/internalsstatus: upstreamDepending on upstream fix (typically Godot)Depending on upstream fix (typically Godot)
Description
Abstract
The rust-analyzer
LSP made a new release recently introducing a new feature for diagnose orphan trait implementation cases rust-lang/rust-analyzer#15895
Godot crate hits this new check wherever #[godot_api]
attribute proc macro is being used
Workaround
I did not found a setting in rust-analyzer
to disable the check so the only workaround for now is to downgrade your rust-analyzer
version to a lower one.
P.S: if there is a setting to disable this check, please, let me know
Metadata
Metadata
Assignees
Labels
c: registerRegister classes, functions and other symbols to GDScriptRegister classes, functions and other symbols to GDScriptquality-of-lifeNo new functionality, but improves ergonomics/internalsNo new functionality, but improves ergonomics/internalsstatus: upstreamDepending on upstream fix (typically Godot)Depending on upstream fix (typically Godot)