Skip to content

Commit 643cf39

Browse files
jrudermanbrson
authored andcommitted
---
yaml --- r: 3789 b: refs/heads/master c: ea69f48 h: refs/heads/master i: 3787: 37b1603 v: v3
1 parent d951a3f commit 643cf39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ab50da94452afd340e7c5418e24cce160c37c3dd
2+
refs/heads/master: ea69f48eacec7052c31e6443dbe6ac9ecf6de3a9

trunk/src/comp/syntax/print/pprust.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ fn print_item(&ps s, &@ast::item item) {
404404
case (ast::item_native_mod(?nmod)) {
405405
head(s, "native");
406406
alt (nmod.abi) {
407+
case (ast::native_abi_llvm) { word_nbsp(s, "\"llvm\""); }
407408
case (ast::native_abi_rust) { word_nbsp(s, "\"rust\""); }
408409
case (ast::native_abi_cdecl) { word_nbsp(s, "\"cdecl\""); }
409410
case (ast::native_abi_rust_intrinsic) {

0 commit comments

Comments
 (0)