Skip to content

Commit 81c1710

Browse files
committed
Auto merge of #3023 - RalfJung:gamma, r=RalfJung
add gamma function shims needs a rustup to fetch the new declarations in std
2 parents b4c104a + 6fc30dc commit 81c1710

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)