This repository was archived by the owner on Apr 10, 2026. It is now read-only.
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
--message-format=json for inline IDE hints with Rust Analyzer #135
Being able to pass
--message-format=jsonwould allow us to specifycargo gpu check --message-format=jsonas a check command and then the Rust Analyzer plugin would be able to read the output of this and show the errors and warnings within the IDE as underlines. This would be very useful for development.