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.
1 parent d951a3f commit 643cf39Copy full SHA for 643cf39
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ab50da94452afd340e7c5418e24cce160c37c3dd
+refs/heads/master: ea69f48eacec7052c31e6443dbe6ac9ecf6de3a9
trunk/src/comp/syntax/print/pprust.rs
@@ -404,6 +404,7 @@ fn print_item(&ps s, &@ast::item item) {
404
case (ast::item_native_mod(?nmod)) {
405
head(s, "native");
406
alt (nmod.abi) {
407
+ case (ast::native_abi_llvm) { word_nbsp(s, "\"llvm\""); }
408
case (ast::native_abi_rust) { word_nbsp(s, "\"rust\""); }
409
case (ast::native_abi_cdecl) { word_nbsp(s, "\"cdecl\""); }
410
case (ast::native_abi_rust_intrinsic) {
0 commit comments