Skip to content

Commit 6fc30dc

Browse files
committed
Merge from rustc
2 parents b4c104a + fac8095 commit 6fc30dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ide-completion/src/completions/extern_abi.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const SUPPORTED_CALLING_CONVENTIONS: &[&str] = &[
3030
"efiapi",
3131
"avr-interrupt",
3232
"avr-non-blocking-interrupt",
33+
"riscv-interrupt-m",
34+
"riscv-interrupt-s",
3335
"C-cmse-nonsecure-call",
3436
"wasm",
3537
"system",

0 commit comments

Comments
 (0)