Revert "remove rust-analyser support for extern "rust-intrinsic" blocks"

This reverts commit 51b51b51d7931da85280382a81c4dd80c73ca754.
This commit is contained in:
Bennet Bleßmann 2025-04-07 20:30:27 +02:00
parent b0fc137a0b
commit bb84c2860a
No known key found for this signature in database
GPG key ID: 3BE1A1A3CBC3CF99
5 changed files with 38 additions and 7 deletions

View file

@ -36,6 +36,7 @@ const SUPPORTED_CALLING_CONVENTIONS: &[&str] = &[
"wasm",
"system",
"system-unwind",
"rust-intrinsic",
"rust-call",
"unadjusted",
];