We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4c104a + fac8095 commit 6fc30dcCopy full SHA for 6fc30dc
crates/ide-completion/src/completions/extern_abi.rs
@@ -30,6 +30,8 @@ const SUPPORTED_CALLING_CONVENTIONS: &[&str] = &[
30
"efiapi",
31
"avr-interrupt",
32
"avr-non-blocking-interrupt",
33
+ "riscv-interrupt-m",
34
+ "riscv-interrupt-s",
35
"C-cmse-nonsecure-call",
36
"wasm",
37
"system",
0 commit comments